#086CA1

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

Shades of Cerulean #086CA1

Tints of Cerulean #086CA1

Color information

#086CA1 (or 0x086CA1) is unknown color: approx Cerulean. HEX triplet: 08, 6C and A1. RGB value is (8,108,161). Sum of RGB (Red+Green+Blue) = 8+108+161=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #086CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086CA1 is #F7935E. Grayscale: #535353. Windows color (decimal): -16225119 or 10578952. OLE color: 10578952.

HSL color Cylindrical-coordinate representation of color #086CA1: hue angle of 200.78º 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 #086CA1 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8108161-
CMYK0.950.3300.37
HSL200.78º90.53%33.14%-
HSV(B)200.78º95.03%63.14%-
XYZ11.913.3535.67-
YUV84.14171.3773.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 161 (63.28% from 255) = 58.12%
R=2.89%
G=38.99%
B=58.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81081610.950.3300.37200.7890.5333.14
Hex86CA15F21025c95b21
Octal101542411374104531113341
Binary100011011001010000110111111000010100101110010011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086CA1; }

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

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

<style>
 a { background-color: #086CA1; }

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

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

<style>
 span { border-color: #086CA1; }

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

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