Html Css Color HEX #086795 Cerulean

📋 copy color: '#086795'

red 8 ◦ green 103 ◦ blue 149

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

Shades of Cerulean #086795

Tints of Cerulean #086795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 3.08%
G = 39.62%
B = 57.31%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#086795 (or 0x086795) is known color: Cerulean. HEX triplet: 08, 67 and 95. RGB value is (8,103,149). Sum of RGB (Red+Green+Blue) = 8+103+149=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #086795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086795 is #F7986A. Grayscale: #4F4F4F. Windows color (decimal): -16226411 or 9791240. OLE color: 9791240.

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

Color convert

RGB 8 103 149 -
CMYK 0.95 0.31 0 0.42
HSL 199.57º 0.9% 0.31% -
HSV(B) 199.57º 0.95% 0.58% -
XYZ 10.38 11.92 30.19 -
YUV 79.84 167.03 76.76 -
System Red Green Blue C M Y K H S L
Decimal 8 103 149 0.95 0.31 0 0.42 199.57 0.9 0.31
Hex 8 67 95 5F 1F 0 2A C8 5A 1F
Octal 10 147 225 137 37 0 52 310 132 37
Binary 1000 1100111 10010101 1011111 11111 0 101010 11001000 1011010 11111

Color Harmonies of #086795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086795

Black with #086795

Text Example


Text Example

White with #086795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086795; }

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

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

background-color css

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

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

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

border-color css

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

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

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