#180CAE

Color #180CAE Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #180CAE

Tints of Ultramarine #180CAE

Color information

#180CAE (or 0x180CAE) is unknown color: approx Ultramarine. HEX triplet: 18, 0C and AE. RGB value is (24,12,174). Sum of RGB (Red+Green+Blue) = 24+12+174=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #180CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180CAE is #E7F351. Grayscale: #212121. Windows color (decimal): -15201106 or 11406360. OLE color: 11406360.

HSL color Cylindrical-coordinate representation of color #180CAE: hue angle of 244.44º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180CAE is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2412174-
CMYK0.860.9300.32
HSL244.44º87.1%36.47%-
HSV(B)244.44º93.1%68.24%-
XYZ8.153.5140.29-
YUV34.06206.98120.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 12 (5.08% from 255) = 5.71%
BLUE value IS 174 (68.36% from 255) = 82.86%
R=11.43%
G=5.71%
B=82.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24121740.860.9300.32244.4487.136.47
Hex18CAE565D020f45724
Octal301425612613504036412744
Binary11000110010101110101011010111010100000111101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #180CAE;
 }
 .AnyTagClassName
 {
   color: #180CAE;
 }
</style>
background-color css

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

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

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

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

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

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