Html Css Color HEX #085E8C Dark Cerulean

📋 copy color: '#085E8C'

red 8 ◦ green 94 ◦ blue 140

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

Shades of Dark Cerulean #085E8C

Tints of Dark Cerulean #085E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 3.31%
G = 38.84%
B = 57.85%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#085E8C (or 0x085E8C) is known color: Dark Cerulean. HEX triplet: 08, 5E and 8C. RGB value is (8,94,140). Sum of RGB (Red+Green+Blue) = 8+94+140=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #085E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E8C is #F7A173. Grayscale: #494949. Windows color (decimal): -16228724 or 9199112. OLE color: 9199112.

HSL color Cylindrical-coordinate representation of color #085E8C: hue angle of 200.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E8C is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 94 140 -
CMYK 0.94 0.33 0 0.45
HSL 200.91º 0.89% 0.29% -
HSV(B) 200.91º 0.94% 0.55% -
XYZ 8.84 9.95 26.27 -
YUV 73.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 8 94 140 0.94 0.33 0 0.45 200.91 0.89 0.29
Hex 8 5E 8C 5E 21 0 2D C9 59 1D
Octal 10 136 214 136 41 0 55 311 131 35
Binary 1000 1011110 10001100 1011110 100001 0 101101 11001001 1011001 11101

Color Harmonies of #085E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E8C

Black with #085E8C

Text Example


Text Example

White with #085E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085E8C; }

 p { color: rgb(8,94,140); }

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

background-color css

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

 a { background-color: rgb(8,94,140); }

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

border-color css

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

 span { border-color: rgb(8,94,140); }

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