Html Css Color HEX #085794 Dark Cerulean

📋 copy color: '#085794'

red 8 ◦ green 87 ◦ blue 148

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

Shades of Dark Cerulean #085794

Tints of Dark Cerulean #085794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 3.29%
G = 35.8%
B = 60.91%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085794 (or 0x085794) is known color: Dark Cerulean. HEX triplet: 08, 57 and 94. RGB value is (8,87,148). Sum of RGB (Red+Green+Blue) = 8+87+148=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #085794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085794 is #F7A86B. Grayscale: #464646. Windows color (decimal): -16230508 or 9721608. OLE color: 9721608.

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

Color convert

RGB 8 87 148 -
CMYK 0.95 0.41 0 0.42
HSL 206.14º 0.9% 0.31% -
HSV(B) 206.14º 0.95% 0.58% -
XYZ 8.85 9.01 29.29 -
YUV 70.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 8 87 148 0.95 0.41 0 0.42 206.14 0.9 0.31
Hex 8 57 94 5F 29 0 2A CE 5A 1F
Octal 10 127 224 137 51 0 52 316 132 37
Binary 1000 1010111 10010100 1011111 101001 0 101010 11001110 1011010 11111

Color Harmonies of #085794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085794

Black with #085794

Text Example


Text Example

White with #085794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085794; }

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

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

background-color css

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

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

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

border-color css

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

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

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