Html Css Color HEX #181994 Ultramarine

📋 copy color: '#181994'

red 24 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #181994

Tints of Ultramarine #181994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.13%

R = 12.18%
G = 12.69%
B = 75.13%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#181994 (or 0x181994) is known color: Ultramarine. HEX triplet: 18, 19 and 94. RGB value is (24,25,148). Sum of RGB (Red+Green+Blue) = 24+25+148=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #181994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181994 is #E7E66B. Grayscale: #262626. Windows color (decimal): -15197804 or 9705752. OLE color: 9705752.

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

Color convert

RGB 24 25 148 -
CMYK 0.84 0.83 0 0.42
HSL 239.52º 0.72% 0.34% -
HSV(B) 239.52º 0.84% 0.58% -
XYZ 6.07 3.03 28.28 -
YUV 38.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 24 25 148 0.84 0.83 0 0.42 239.52 0.72 0.34
Hex 18 19 94 54 53 0 2A F0 48 22
Octal 30 31 224 124 123 0 52 360 110 42
Binary 11000 11001 10010100 1010100 1010011 0 101010 11110000 1001000 100010

Color Harmonies of #181994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181994

Black with #181994

Text Example


Text Example

White with #181994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181994; }

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

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

background-color css

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

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

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

border-color css

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

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

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