#180AAF

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

Shades of Ultramarine #180AAF

Tints of Ultramarine #180AAF

Color information

#180AAF (or 0x180AAF) is unknown color: approx Ultramarine. HEX triplet: 18, 0A and AF. RGB value is (24,10,175). Sum of RGB (Red+Green+Blue) = 24+10+175=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 175 (68.75% from 255 or 83.73% from 209); Max value from RGB is 175 - color contains mainly: blue. Hex color #180AAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180AAF is #E7F550. Grayscale: #202020. Windows color (decimal): -15201617 or 11471384. OLE color: 11471384.

HSL color Cylindrical-coordinate representation of color #180AAF: hue angle of 245.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180AAF is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2410175-
CMYK0.860.9400.31
HSL245.09º89.19%36.27%-
HSV(B)245.09º94.29%68.63%-
XYZ8.223.5140.8-
YUV33208.14121.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 175 (68.75% from 255) = 83.73%
R=11.48%
G=4.78%
B=83.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24101750.860.9400.31245.0989.1936.27
Hex18AAF565E01Ff55924
Octal301225712613603736513144
Binary1100010101010111110101101011110011111111101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,10,175); }

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

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

 a { background-color: rgb(24,10,175); }

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

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

 span { border-color: rgb(24,10,175); }

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