Html Css Color HEX #086CA1 Cerulean

📋 copy color: '#086CA1'

red 8 ◦ green 108 ◦ blue 161

#086CA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #086CA1

Tints of Cerulean #086CA1

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 value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#086CA1 (or 0x086CA1) is known color: 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

RGB 8 108 161 -
CMYK 0.95 0.33 0 0.37
HSL 200.78º 0.91% 0.33% -
HSV(B) 200.78º 0.95% 0.63% -
XYZ 11.9 13.35 35.67 -
YUV 84.14 171.37 73.69 -
System Red Green Blue C M Y K H S L
Decimal 8 108 161 0.95 0.33 0 0.37 200.78 0.91 0.33
Hex 8 6C A1 5F 21 0 25 C9 5B 21
Octal 10 154 241 137 41 0 45 311 133 41
Binary 1000 1101100 10100001 1011111 100001 0 100101 11001001 1011011 100001

Color Harmonies of #086CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CA1

Black with #086CA1

Text Example


Text Example

White with #086CA1

Text Example


Text Example

HTML Codes & Css Web 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>