Html Css Color HEX #18208F Ultramarine

📋 copy color: '#18208F'

red 24 ◦ green 32 ◦ blue 143

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

Shades of Ultramarine #18208F

Tints of Ultramarine #18208F

RGB

 RED value IS 24 (9.77% from 255) = 12.06%

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 143 (56.25% from 255) = 71.86%

R = 12.06%
G = 16.08%
B = 71.86%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18208F (or 0x18208F) is known color: Ultramarine. HEX triplet: 18, 20 and 8F. RGB value is (24,32,143). Sum of RGB (Red+Green+Blue) = 24+32+143=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #18208F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18208F is #E7DF70. Grayscale: #292929. Windows color (decimal): -15196017 or 9379864. OLE color: 9379864.

HSL color Cylindrical-coordinate representation of color #18208F: hue angle of 235.97º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18208F is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 32 143 -
CMYK 0.83 0.78 0 0.44
HSL 235.97º 0.71% 0.33% -
HSV(B) 235.97º 0.83% 0.56% -
XYZ 5.85 3.21 26.3 -
YUV 42.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 24 32 143 0.83 0.78 0 0.44 235.97 0.71 0.33
Hex 18 20 8F 53 4E 0 2C EC 47 21
Octal 30 40 217 123 116 0 54 354 107 41
Binary 11000 100000 10001111 1010011 1001110 0 101100 11101100 1000111 100001

Color Harmonies of #18208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18208F

Black with #18208F

Text Example


Text Example

White with #18208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18208F; }

 p { color: rgb(24,32,143); }

 H1.HeaderClassName
 {
   color: #18208F;
 }
 .AnyTagClassName
 {
   color: #18208F;
 }
</style>

background-color css

<style>
 a { background-color: #18208F; }

 a { background-color: rgb(24,32,143); }

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

border-color css

<style>
 span { border-color: #18208F; }

 span { border-color: rgb(24,32,143); }

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