Html Css Color HEX #085088 Dark Cerulean

📋 copy color: '#085088'

red 8 ◦ green 80 ◦ blue 136

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

Shades of Dark Cerulean #085088

Tints of Dark Cerulean #085088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 3.57%
G = 35.71%
B = 60.71%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085088 (or 0x085088) is known color: Dark Cerulean. HEX triplet: 08, 50 and 88. RGB value is (8,80,136). Sum of RGB (Red+Green+Blue) = 8+80+136=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #085088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085088 is #F7AF77. Grayscale: #404040. Windows color (decimal): -16232312 or 8933384. OLE color: 8933384.

HSL color Cylindrical-coordinate representation of color #085088: hue angle of 206.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085088 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 80 136 -
CMYK 0.94 0.41 0 0.47
HSL 206.25º 0.89% 0.28% -
HSV(B) 206.25º 0.94% 0.53% -
XYZ 7.41 7.57 24.36 -
YUV 64.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 8 80 136 0.94 0.41 0 0.47 206.25 0.89 0.28
Hex 8 50 88 5E 29 0 2F CE 59 1C
Octal 10 120 210 136 51 0 57 316 131 34
Binary 1000 1010000 10001000 1011110 101001 0 101111 11001110 1011001 11100

Color Harmonies of #085088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085088

Black with #085088

Text Example


Text Example

White with #085088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085088; }

 p { color: rgb(8,80,136); }

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

background-color css

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

 a { background-color: rgb(8,80,136); }

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

border-color css

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

 span { border-color: rgb(8,80,136); }

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