Html Css Color HEX #086197 Cerulean

📋 copy color: '#086197'

red 8 ◦ green 97 ◦ blue 151

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

Shades of Cerulean #086197

Tints of Cerulean #086197

RGB

 RED value IS 8 (3.52% from 255) = 3.13%

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 3.13%
G = 37.89%
B = 58.98%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#086197 (or 0x086197) is known color: Cerulean. HEX triplet: 08, 61 and 97. RGB value is (8,97,151). Sum of RGB (Red+Green+Blue) = 8+97+151=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #086197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086197 is #F79E68. Grayscale: #4C4C4C. Windows color (decimal): -16227945 or 9920776. OLE color: 9920776.

HSL color Cylindrical-coordinate representation of color #086197: hue angle of 202.66º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086197 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 97 151 -
CMYK 0.95 0.36 0 0.41
HSL 202.66º 0.9% 0.31% -
HSV(B) 202.66º 0.95% 0.59% -
XYZ 9.96 10.84 30.84 -
YUV 76.55 170.01 79.11 -
System Red Green Blue C M Y K H S L
Decimal 8 97 151 0.95 0.36 0 0.41 202.66 0.9 0.31
Hex 8 61 97 5F 24 0 29 CB 5A 1F
Octal 10 141 227 137 44 0 51 313 132 37
Binary 1000 1100001 10010111 1011111 100100 0 101001 11001011 1011010 11111

Color Harmonies of #086197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086197

Black with #086197

Text Example


Text Example

White with #086197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086197; }

 p { color: rgb(8,97,151); }

 H1.HeaderClassName
 {
   color: #086197;
 }
 .AnyTagClassName
 {
   color: #086197;
 }
</style>

background-color css

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

 a { background-color: rgb(8,97,151); }

 div.DivClassName
 {
   background-color: #086197;
 }
 .BgClassName
 {
   background-color: #086197;
 }
</style>

border-color css

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

 span { border-color: rgb(8,97,151); }

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