Html Css Color HEX #181896 Ultramarine

📋 copy color: '#181896'

red 24 ◦ green 24 ◦ blue 150

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

Shades of Ultramarine #181896

Tints of Ultramarine #181896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75.76%

R = 12.12%
G = 12.12%
B = 75.76%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#181896 (or 0x181896) is known color: Ultramarine. HEX triplet: 18, 18 and 96. RGB value is (24,24,150). Sum of RGB (Red+Green+Blue) = 24+24+150=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 150 (58.98% from 255 or 75.76% from 198); Max value from RGB is 150 - color contains mainly: blue. Hex color #181896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181896 is #E7E769. Grayscale: #252525. Windows color (decimal): -15198058 or 9836568. OLE color: 9836568.

HSL color Cylindrical-coordinate representation of color #181896: hue angle of 240º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181896 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 24 150 -
CMYK 0.84 0.84 0 0.41
HSL 240º 0.72% 0.34% -
HSV(B) 240º 0.84% 0.59% -
XYZ 6.21 3.05 29.12 -
YUV 38.36 191 117.75 -
System Red Green Blue C M Y K H S L
Decimal 24 24 150 0.84 0.84 0 0.41 240 0.72 0.34
Hex 18 18 96 54 54 0 29 F0 48 22
Octal 30 30 226 124 124 0 51 360 110 42
Binary 11000 11000 10010110 1010100 1010100 0 101001 11110000 1001000 100010

Color Harmonies of #181896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181896

Black with #181896

Text Example


Text Example

White with #181896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181896; }

 p { color: rgb(24,24,150); }

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

background-color css

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

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

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

border-color css

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

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

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