Html Css Color HEX #085694 Dark Cerulean

📋 copy color: '#085694'

red 8 ◦ green 86 ◦ blue 148

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

Shades of Dark Cerulean #085694

Tints of Dark Cerulean #085694

RGB

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

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

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

R = 3.31%
G = 35.54%
B = 61.16%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085694 (or 0x085694) is known color: Dark Cerulean. HEX triplet: 08, 56 and 94. RGB value is (8,86,148). Sum of RGB (Red+Green+Blue) = 8+86+148=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #085694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085694 is #F7A96B. Grayscale: #454545. Windows color (decimal): -16230764 or 9721352. OLE color: 9721352.

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

Color convert

RGB 8 86 148 -
CMYK 0.95 0.42 0 0.42
HSL 206.57º 0.9% 0.31% -
HSV(B) 206.57º 0.95% 0.58% -
XYZ 8.77 8.85 29.26 -
YUV 69.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 8 86 148 0.95 0.42 0 0.42 206.57 0.9 0.31
Hex 8 56 94 5F 2A 0 2A CF 5A 1F
Octal 10 126 224 137 52 0 52 317 132 37
Binary 1000 1010110 10010100 1011111 101010 0 101010 11001111 1011010 11111

Color Harmonies of #085694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085694

Black with #085694

Text Example


Text Example

White with #085694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085694; }

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

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

background-color css

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

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

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

border-color css

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

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

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