Html Css Color HEX #180E91 Ultramarine

📋 copy color: '#180E91'

red 24 ◦ green 14 ◦ blue 145

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

Shades of Ultramarine #180E91

Tints of Ultramarine #180E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.65%

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 13.11%
G = 7.65%
B = 79.23%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#180E91 (or 0x180E91) is known color: Ultramarine. HEX triplet: 18, 0E and 91. RGB value is (24,14,145). Sum of RGB (Red+Green+Blue) = 24+14+145=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #180E91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180E91 is #E7F16E. Grayscale: #1F1F1F. Windows color (decimal): -15200623 or 9506328. OLE color: 9506328.

HSL color Cylindrical-coordinate representation of color #180E91: hue angle of 244.58º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180E91 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 14 145 -
CMYK 0.83 0.90 0 0.43
HSL 244.58º 0.82% 0.31% -
HSV(B) 244.58º 0.9% 0.57% -
XYZ 5.64 2.55 26.98 -
YUV 31.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 24 14 145 0.83 0.90 0 0.43 244.58 0.82 0.31
Hex 18 E 91 53 5A 0 2B F5 52 1F
Octal 30 16 221 123 132 0 53 365 122 37
Binary 11000 1110 10010001 1010011 1011010 0 101011 11110101 1010010 11111

Color Harmonies of #180E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E91

Black with #180E91

Text Example


Text Example

White with #180E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180E91; }

 p { color: rgb(24,14,145); }

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

background-color css

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

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

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

border-color css

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

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

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