Html Css Color HEX #180D89 Ultramarine

📋 copy color: '#180D89'

red 24 ◦ green 13 ◦ blue 137

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

Shades of Ultramarine #180D89

Tints of Ultramarine #180D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.47%

 BLUE value IS 137 (53.91% from 255) = 78.74%

R = 13.79%
G = 7.47%
B = 78.74%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#180D89 (or 0x180D89) is known color: Ultramarine. HEX triplet: 18, 0D and 89. RGB value is (24,13,137). Sum of RGB (Red+Green+Blue) = 24+13+137=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #180D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180D89 is #E7F276. Grayscale: #1D1D1D. Windows color (decimal): -15200887 or 8981784. OLE color: 8981784.

HSL color Cylindrical-coordinate representation of color #180D89: hue angle of 245.32º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180D89 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 13 137 -
CMYK 0.82 0.91 0 0.46
HSL 245.32º 0.83% 0.29% -
HSV(B) 245.32º 0.91% 0.54% -
XYZ 5.04 2.29 23.84 -
YUV 30.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 24 13 137 0.82 0.91 0 0.46 245.32 0.83 0.29
Hex 18 D 89 52 5B 0 2E F5 53 1D
Octal 30 15 211 122 133 0 56 365 123 35
Binary 11000 1101 10001001 1010010 1011011 0 101110 11110101 1010011 11101

Color Harmonies of #180D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D89

Black with #180D89

Text Example


Text Example

White with #180D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,13,137); }

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

background-color css

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

 a { background-color: rgb(24,13,137); }

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

border-color css

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

 span { border-color: rgb(24,13,137); }

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