#180CA5

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

Shades of Ultramarine #180CA5

Tints of Ultramarine #180CA5

Color information

#180CA5 (or 0x180CA5) is unknown color: approx Ultramarine. HEX triplet: 18, 0C and A5. RGB value is (24,12,165). Sum of RGB (Red+Green+Blue) = 24+12+165=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 165 (64.84% from 255 or 82.09% from 201); Max value from RGB is 165 - color contains mainly: blue. Hex color #180CA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180CA5 is #E7F35A. Grayscale: #202020. Windows color (decimal): -15201115 or 10816536. OLE color: 10816536.

HSL color Cylindrical-coordinate representation of color #180CA5: hue angle of 244.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180CA5 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2412165-
CMYK0.850.9300.35
HSL244.71º86.44%34.71%-
HSV(B)244.71º92.73%64.71%-
XYZ7.33.1735.83-
YUV33.03202.48121.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 12 (5.08% from 255) = 5.97%
BLUE value IS 165 (64.84% from 255) = 82.09%
R=11.94%
G=5.97%
B=82.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24121650.850.9300.35244.7186.4434.71
Hex18CA5555D023f55623
Octal301424512513504336512643
Binary11000110010100101101010110111010100011111101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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