Html Css Color HEX #085692 Dark Cerulean

📋 copy color: '#085692'

red 8 ◦ green 86 ◦ blue 146

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

Shades of Dark Cerulean #085692

Tints of Dark Cerulean #085692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

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

R = 3.33%
G = 35.83%
B = 60.83%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085692 (or 0x085692) is known color: Dark Cerulean. HEX triplet: 08, 56 and 92. RGB value is (8,86,146). Sum of RGB (Red+Green+Blue) = 8+86+146=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #085692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085692 is #F7A96D. Grayscale: #454545. Windows color (decimal): -16230766 or 9590280. OLE color: 9590280.

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

Color convert

RGB 8 86 146 -
CMYK 0.95 0.41 0 0.43
HSL 206.09º 0.9% 0.3% -
HSV(B) 206.09º 0.95% 0.57% -
XYZ 8.62 8.78 28.44 -
YUV 69.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 8 86 146 0.95 0.41 0 0.43 206.09 0.9 0.3
Hex 8 56 92 5F 29 0 2B CE 5A 1E
Octal 10 126 222 137 51 0 53 316 132 36
Binary 1000 1010110 10010010 1011111 101001 0 101011 11001110 1011010 11110

Color Harmonies of #085692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085692

Black with #085692

Text Example


Text Example

White with #085692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085692; }

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

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

background-color css

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

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

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

border-color css

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

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

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