Html Css Color HEX #180C8E Ultramarine

📋 copy color: '#180C8E'

red 24 ◦ green 12 ◦ blue 142

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

Shades of Ultramarine #180C8E

Tints of Ultramarine #180C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 79.78%

R = 13.48%
G = 6.74%
B = 79.78%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#180C8E (or 0x180C8E) is known color: Ultramarine. HEX triplet: 18, 0C and 8E. RGB value is (24,12,142). Sum of RGB (Red+Green+Blue) = 24+12+142=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 142 (55.86% from 255 or 79.78% from 178); Max value from RGB is 142 - color contains mainly: blue. Hex color #180C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180C8E is #E7F371. Grayscale: #1D1D1D. Windows color (decimal): -15201138 or 9309208. OLE color: 9309208.

HSL color Cylindrical-coordinate representation of color #180C8E: hue angle of 245.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180C8E is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 12 142 -
CMYK 0.83 0.92 0 0.44
HSL 245.54º 0.84% 0.3% -
HSV(B) 245.54º 0.92% 0.56% -
XYZ 5.39 2.41 25.77 -
YUV 30.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 24 12 142 0.83 0.92 0 0.44 245.54 0.84 0.3
Hex 18 C 8E 53 5C 0 2C F6 54 1E
Octal 30 14 216 123 134 0 54 366 124 36
Binary 11000 1100 10001110 1010011 1011100 0 101100 11110110 1010100 11110

Color Harmonies of #180C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C8E

Black with #180C8E

Text Example


Text Example

White with #180C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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