#0867A2

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

Shades of Cerulean #0867A2

Tints of Cerulean #0867A2

Color information

#0867A2 (or 0x0867A2) is unknown color: approx Cerulean. HEX triplet: 08, 67 and A2. RGB value is (8,103,162). Sum of RGB (Red+Green+Blue) = 8+103+162=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #0867A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0867A2 is #F7985D. Grayscale: #505050. Windows color (decimal): -16226398 or 10643208. OLE color: 10643208.

HSL color Cylindrical-coordinate representation of color #0867A2: hue angle of 202.99º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0867A2 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8103162-
CMYK0.950.3600.36
HSL202.99º90.59%33.33%-
HSV(B)202.99º95.06%63.53%-
XYZ11.4712.3635.96-
YUV81.32173.5375.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=2.93%
G=37.73%
B=59.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81031620.950.3600.36202.9990.5933.33
Hex867A25F24024cb5b21
Octal101472421374404431313341
Binary100011001111010001010111111001000100100110010111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0867A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0867A2; }

 p { color: rgb(8,103,162); }

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

<style>
 a { background-color: #0867A2; }

 a { background-color: rgb(8,103,162); }

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

<style>
 span { border-color: #0867A2; }

 span { border-color: rgb(8,103,162); }

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