Html Css Color HEX #181996 Ultramarine

📋 copy color: '#181996'

red 24 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #181996

Tints of Ultramarine #181996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 12.06%
G = 12.56%
B = 75.38%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#181996 (or 0x181996) is known color: Ultramarine. HEX triplet: 18, 19 and 96. RGB value is (24,25,150). Sum of RGB (Red+Green+Blue) = 24+25+150=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #181996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181996 is #E7E669. Grayscale: #262626. Windows color (decimal): -15197802 or 9836824. OLE color: 9836824.

HSL color Cylindrical-coordinate representation of color #181996: hue angle of 239.52º 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 #181996 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 25 150 -
CMYK 0.84 0.83 0 0.41
HSL 239.52º 0.72% 0.34% -
HSV(B) 239.52º 0.84% 0.59% -
XYZ 6.23 3.09 29.12 -
YUV 38.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 24 25 150 0.84 0.83 0 0.41 239.52 0.72 0.34
Hex 18 19 96 54 53 0 29 F0 48 22
Octal 30 31 226 124 123 0 51 360 110 42
Binary 11000 11001 10010110 1010100 1010011 0 101001 11110000 1001000 100010

Color Harmonies of #181996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181996

Black with #181996

Text Example


Text Example

White with #181996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181996; }

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

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

background-color css

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

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

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

border-color css

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

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

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