Html Css Color HEX #085288 Dark Cerulean

📋 copy color: '#085288'

red 8 ◦ green 82 ◦ blue 136

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

Shades of Dark Cerulean #085288

Tints of Dark Cerulean #085288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.28%

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

R = 3.54%
G = 36.28%
B = 60.18%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#085288 (or 0x085288) is known color: Dark Cerulean. HEX triplet: 08, 52 and 88. RGB value is (8,82,136). Sum of RGB (Red+Green+Blue) = 8+82+136=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #085288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085288 is #F7AD77. Grayscale: #414141. Windows color (decimal): -16231800 or 8933896. OLE color: 8933896.

HSL color Cylindrical-coordinate representation of color #085288: hue angle of 205.31º 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 #085288 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 82 136 -
CMYK 0.94 0.40 0 0.47
HSL 205.31º 0.89% 0.28% -
HSV(B) 205.31º 0.94% 0.53% -
XYZ 7.56 7.86 24.41 -
YUV 66.03 167.48 86.61 -
System Red Green Blue C M Y K H S L
Decimal 8 82 136 0.94 0.40 0 0.47 205.31 0.89 0.28
Hex 8 52 88 5E 28 0 2F CD 59 1C
Octal 10 122 210 136 50 0 57 315 131 34
Binary 1000 1010010 10001000 1011110 101000 0 101111 11001101 1011001 11100

Color Harmonies of #085288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085288

Black with #085288

Text Example


Text Example

White with #085288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085288; }

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

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

background-color css

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

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

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

border-color css

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

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

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