#180CAB

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

Shades of Ultramarine #180CAB

Tints of Ultramarine #180CAB

Color information

#180CAB (or 0x180CAB) is unknown color: approx Ultramarine. HEX triplet: 18, 0C and AB. RGB value is (24,12,171). Sum of RGB (Red+Green+Blue) = 24+12+171=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #180CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180CAB is #E7F354. Grayscale: #212121. Windows color (decimal): -15201109 or 11209752. OLE color: 11209752.

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

Color convert

RGB2412171-
CMYK0.860.9300.33
HSL244.53º86.89%35.88%-
HSV(B)244.53º92.98%67.06%-
XYZ7.863.438.77-
YUV33.71205.48121.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 171 (67.19% from 255) = 82.61%
R=11.59%
G=5.80%
B=82.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24121710.860.9300.33244.5386.8935.88
Hex18CAB565D021f55724
Octal301425312613504136512744
Binary11000110010101011101011010111010100001111101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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