Html Css Color HEX #085E8A Dark Cerulean

📋 copy color: '#085E8A'

red 8 ◦ green 94 ◦ blue 138

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

Shades of Dark Cerulean #085E8A

Tints of Dark Cerulean #085E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 3.33%
G = 39.17%
B = 57.5%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#085E8A (or 0x085E8A) is known color: Dark Cerulean. HEX triplet: 08, 5E and 8A. RGB value is (8,94,138). Sum of RGB (Red+Green+Blue) = 8+94+138=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #085E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E8A is #F7A175. Grayscale: #494949. Windows color (decimal): -16228726 or 9068040. OLE color: 9068040.

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

Color convert

RGB 8 94 138 -
CMYK 0.94 0.32 0 0.46
HSL 200.31º 0.89% 0.29% -
HSV(B) 200.31º 0.94% 0.54% -
XYZ 8.69 9.89 25.5 -
YUV 73.3 164.51 81.42 -
System Red Green Blue C M Y K H S L
Decimal 8 94 138 0.94 0.32 0 0.46 200.31 0.89 0.29
Hex 8 5E 8A 5E 20 0 2E C8 59 1D
Octal 10 136 212 136 40 0 56 310 131 35
Binary 1000 1011110 10001010 1011110 100000 0 101110 11001000 1011001 11101

Color Harmonies of #085E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E8A

Black with #085E8A

Text Example


Text Example

White with #085E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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