Html Css Color HEX #28189E Ultramarine

📋 copy color: '#28189E'

red 40 ◦ green 24 ◦ blue 158

#28189E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #28189E

Tints of Ultramarine #28189E

RGB

 RED value IS 40 (16.02% from 255) = 18.02%

 GREEN value IS 24 (9.77% from 255) = 10.81%

 BLUE value IS 158 (62.11% from 255) = 71.17%

R = 18.02%
G = 10.81%
B = 71.17%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28189E (or 0x28189E) is known color: Ultramarine. HEX triplet: 28, 18 and 9E. RGB value is (40,24,158). Sum of RGB (Red+Green+Blue) = 40+24+158=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #28189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28189E is #D7E761. Grayscale: #2B2B2B. Windows color (decimal): -14149474 or 10360872. OLE color: 10360872.

HSL color Cylindrical-coordinate representation of color #28189E: hue angle of 247.16º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28189E is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 24 158 -
CMYK 0.75 0.85 0 0.38
HSL 247.16º 0.74% 0.36% -
HSV(B) 247.16º 0.85% 0.62% -
XYZ 7.37 3.57 32.65 -
YUV 44.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 40 24 158 0.75 0.85 0 0.38 247.16 0.74 0.36
Hex 28 18 9E 4B 55 0 26 F7 4A 24
Octal 50 30 236 113 125 0 46 367 112 44
Binary 101000 11000 10011110 1001011 1010101 0 100110 11110111 1001010 100100

Color Harmonies of #28189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28189E

Black with #28189E

Text Example


Text Example

White with #28189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28189E; }

 p { color: rgb(40,24,158); }

 H1.HeaderClassName
 {
   color: #28189E;
 }
 .AnyTagClassName
 {
   color: #28189E;
 }
</style>

background-color css

<style>
 a { background-color: #28189E; }

 a { background-color: rgb(40,24,158); }

 div.DivClassName
 {
   background-color: #28189E;
 }
 .BgClassName
 {
   background-color: #28189E;
 }
</style>

border-color css

<style>
 span { border-color: #28189E; }

 span { border-color: rgb(40,24,158); }

 td.TdClassName
 {
   border-color: #28189E;
 }
 .TagClassName
 {
   border-color: #28189E;
 }
</style>