Html Css Color HEX #181E96 Ultramarine

📋 copy color: '#181E96'

red 24 ◦ green 30 ◦ blue 150

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

Shades of Ultramarine #181E96

Tints of Ultramarine #181E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

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

R = 11.76%
G = 14.71%
B = 73.53%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#181E96 (or 0x181E96) is known color: Ultramarine. HEX triplet: 18, 1E and 96. RGB value is (24,30,150). Sum of RGB (Red+Green+Blue) = 24+30+150=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #181E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181E96 is #E7E169. Grayscale: #292929. Windows color (decimal): -15196522 or 9838104. OLE color: 9838104.

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

Color convert

RGB 24 30 150 -
CMYK 0.84 0.80 0 0.41
HSL 237.14º 0.72% 0.34% -
HSV(B) 237.14º 0.84% 0.59% -
XYZ 6.35 3.32 29.16 -
YUV 41.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 24 30 150 0.84 0.80 0 0.41 237.14 0.72 0.34
Hex 18 1E 96 54 50 0 29 ED 48 22
Octal 30 36 226 124 120 0 51 355 110 42
Binary 11000 11110 10010110 1010100 1010000 0 101001 11101101 1001000 100010

Color Harmonies of #181E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E96

Black with #181E96

Text Example


Text Example

White with #181E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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