Html Css Color HEX #180C89 Ultramarine

📋 copy color: '#180C89'

red 24 ◦ green 12 ◦ blue 137

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

Shades of Ultramarine #180C89

Tints of Ultramarine #180C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.94%

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

R = 13.87%
G = 6.94%
B = 79.19%

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

#180C89 (or 0x180C89) is known color: Ultramarine. HEX triplet: 18, 0C and 89. RGB value is (24,12,137). Sum of RGB (Red+Green+Blue) = 24+12+137=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #180C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C89 is #E7F376. Grayscale: #1D1D1D. Windows color (decimal): -15201143 or 8981528. OLE color: 8981528.

HSL color Cylindrical-coordinate representation of color #180C89: hue angle of 245.76º degrees, saturation: 0.84, 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 #180C89 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 12 137 -
CMYK 0.82 0.91 0 0.46
HSL 245.76º 0.84% 0.29% -
HSV(B) 245.76º 0.91% 0.54% -
XYZ 5.02 2.26 23.84 -
YUV 29.84 188.48 123.84 -
System Red Green Blue C M Y K H S L
Decimal 24 12 137 0.82 0.91 0 0.46 245.76 0.84 0.29
Hex 18 C 89 52 5B 0 2E F6 54 1D
Octal 30 14 211 122 133 0 56 366 124 35
Binary 11000 1100 10001001 1010010 1011011 0 101110 11110110 1010100 11101

Color Harmonies of #180C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C89

Black with #180C89

Text Example


Text Example

White with #180C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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