Html Css Color HEX #181594 Ultramarine

📋 copy color: '#181594'

red 24 ◦ green 21 ◦ blue 148

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

Shades of Ultramarine #181594

Tints of Ultramarine #181594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 12.44%
G = 10.88%
B = 76.68%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#181594 (or 0x181594) is known color: Ultramarine. HEX triplet: 18, 15 and 94. RGB value is (24,21,148). Sum of RGB (Red+Green+Blue) = 24+21+148=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #181594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181594 is #E7EA6B. Grayscale: #232323. Windows color (decimal): -15198828 or 9704728. OLE color: 9704728.

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

Color convert

RGB 24 21 148 -
CMYK 0.84 0.86 0 0.42
HSL 241.42º 0.75% 0.33% -
HSV(B) 241.42º 0.86% 0.58% -
XYZ 5.99 2.87 28.25 -
YUV 36.38 190.99 119.17 -
System Red Green Blue C M Y K H S L
Decimal 24 21 148 0.84 0.86 0 0.42 241.42 0.75 0.33
Hex 18 15 94 54 56 0 2A F1 4B 21
Octal 30 25 224 124 126 0 52 361 113 41
Binary 11000 10101 10010100 1010100 1010110 0 101010 11110001 1001011 100001

Color Harmonies of #181594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181594

Black with #181594

Text Example


Text Example

White with #181594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181594; }

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

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

background-color css

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

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

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

border-color css

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

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

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