Html Css Color HEX #086892 Cerulean

📋 copy color: '#086892'

red 8 ◦ green 104 ◦ blue 146

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

Shades of Cerulean #086892

Tints of Cerulean #086892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.31%

 BLUE value IS 146 (57.42% from 255) = 56.59%

R = 3.1%
G = 40.31%
B = 56.59%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#086892 (or 0x086892) is known color: Cerulean. HEX triplet: 08, 68 and 92. RGB value is (8,104,146). Sum of RGB (Red+Green+Blue) = 8+104+146=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #086892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086892 is #F7976D. Grayscale: #4F4F4F. Windows color (decimal): -16226158 or 9594888. OLE color: 9594888.

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

Color convert

RGB 8 104 146 -
CMYK 0.95 0.29 0 0.43
HSL 198.26º 0.9% 0.3% -
HSV(B) 198.26º 0.95% 0.57% -
XYZ 10.24 12.03 28.98 -
YUV 80.08 165.2 76.58 -
System Red Green Blue C M Y K H S L
Decimal 8 104 146 0.95 0.29 0 0.43 198.26 0.9 0.3
Hex 8 68 92 5F 1D 0 2B C6 5A 1E
Octal 10 150 222 137 35 0 53 306 132 36
Binary 1000 1101000 10010010 1011111 11101 0 101011 11000110 1011010 11110

Color Harmonies of #086892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086892

Black with #086892

Text Example


Text Example

White with #086892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086892; }

 p { color: rgb(8,104,146); }

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

background-color css

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

 a { background-color: rgb(8,104,146); }

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

border-color css

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

 span { border-color: rgb(8,104,146); }

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