Html Css Color HEX #086597 Cerulean

📋 copy color: '#086597'

red 8 ◦ green 101 ◦ blue 151

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

Shades of Cerulean #086597

Tints of Cerulean #086597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.85%

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

R = 3.08%
G = 38.85%
B = 58.08%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#086597 (or 0x086597) is known color: Cerulean. HEX triplet: 08, 65 and 97. RGB value is (8,101,151). Sum of RGB (Red+Green+Blue) = 8+101+151=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #086597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086597 is #F79A68. Grayscale: #4E4E4E. Windows color (decimal): -16226921 or 9921800. OLE color: 9921800.

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

Color convert

RGB 8 101 151 -
CMYK 0.95 0.33 0 0.41
HSL 200.98º 0.9% 0.31% -
HSV(B) 200.98º 0.95% 0.59% -
XYZ 10.34 11.59 30.97 -
YUV 78.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 8 101 151 0.95 0.33 0 0.41 200.98 0.9 0.31
Hex 8 65 97 5F 21 0 29 C9 5A 1F
Octal 10 145 227 137 41 0 51 311 132 37
Binary 1000 1100101 10010111 1011111 100001 0 101001 11001001 1011010 11111

Color Harmonies of #086597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086597

Black with #086597

Text Example


Text Example

White with #086597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086597; }

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

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

background-color css

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

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

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

border-color css

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

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

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