Html Css Color HEX #086791 Cerulean

📋 copy color: '#086791'

red 8 ◦ green 103 ◦ blue 145

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

Shades of Cerulean #086791

Tints of Cerulean #086791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 3.13%
G = 40.23%
B = 56.64%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#086791 (or 0x086791) is known color: Cerulean. HEX triplet: 08, 67 and 91. RGB value is (8,103,145). Sum of RGB (Red+Green+Blue) = 8+103+145=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #086791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086791 is #F7986E. Grayscale: #4F4F4F. Windows color (decimal): -16226415 or 9529096. OLE color: 9529096.

HSL color Cylindrical-coordinate representation of color #086791: hue angle of 198.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086791 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 103 145 -
CMYK 0.94 0.29 0 0.43
HSL 198.39º 0.9% 0.3% -
HSV(B) 198.39º 0.94% 0.57% -
XYZ 10.06 11.8 28.53 -
YUV 79.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 8 103 145 0.94 0.29 0 0.43 198.39 0.9 0.3
Hex 8 67 91 5E 1D 0 2B C6 5A 1E
Octal 10 147 221 136 35 0 53 306 132 36
Binary 1000 1100111 10010001 1011110 11101 0 101011 11000110 1011010 11110

Color Harmonies of #086791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086791

Black with #086791

Text Example


Text Example

White with #086791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086791; }

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

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

background-color css

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

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

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

border-color css

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

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

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