Html Css Color HEX #085792 Dark Cerulean

📋 copy color: '#085792'

red 8 ◦ green 87 ◦ blue 146

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

Shades of Dark Cerulean #085792

Tints of Dark Cerulean #085792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.1%

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

R = 3.32%
G = 36.1%
B = 60.58%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085792 (or 0x085792) is known color: Dark Cerulean. HEX triplet: 08, 57 and 92. RGB value is (8,87,146). Sum of RGB (Red+Green+Blue) = 8+87+146=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #085792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085792 is #F7A86D. Grayscale: #454545. Windows color (decimal): -16230510 or 9590536. OLE color: 9590536.

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

Color convert

RGB 8 87 146 -
CMYK 0.95 0.40 0 0.43
HSL 205.65º 0.9% 0.3% -
HSV(B) 205.65º 0.95% 0.57% -
XYZ 8.7 8.94 28.46 -
YUV 70.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 8 87 146 0.95 0.40 0 0.43 205.65 0.9 0.3
Hex 8 57 92 5F 28 0 2B CE 5A 1E
Octal 10 127 222 137 50 0 53 316 132 36
Binary 1000 1010111 10010010 1011111 101000 0 101011 11001110 1011010 11110

Color Harmonies of #085792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085792

Black with #085792

Text Example


Text Example

White with #085792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085792; }

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

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

background-color css

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

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

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

border-color css

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

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

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