#0864A1

Color #0864A1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0864A1

Tints of Cerulean #0864A1

Color information

#0864A1 (or 0x0864A1) is unknown color: approx Cerulean. HEX triplet: 08, 64 and A1. RGB value is (8,100,161). Sum of RGB (Red+Green+Blue) = 8+100+161=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #0864A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0864A1 is #F79B5E. Grayscale: #4F4F4F. Windows color (decimal): -16227167 or 10576904. OLE color: 10576904.

HSL color Cylindrical-coordinate representation of color #0864A1: hue angle of 203.92º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0864A1 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8100161-
CMYK0.950.3800.37
HSL203.92º90.53%33.14%-
HSV(B)203.92º95.03%63.14%-
XYZ11.0911.7435.4-
YUV79.45174.0277.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.97%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 161 (63.28% from 255) = 59.85%
R=2.97%
G=37.17%
B=59.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81001610.950.3800.37203.9290.5333.14
Hex864A15F26025cc5b21
Octal101442411374604531413341
Binary100011001001010000110111111001100100101110011001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0864A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0864A1; }

 p { color: rgb(8,100,161); }

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

<style>
 a { background-color: #0864A1; }

 a { background-color: rgb(8,100,161); }

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

<style>
 span { border-color: #0864A1; }

 span { border-color: rgb(8,100,161); }

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