Html Css Color HEX #085285 Dark Cerulean

📋 copy color: '#085285'

red 8 ◦ green 82 ◦ blue 133

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

Shades of Dark Cerulean #085285

Tints of Dark Cerulean #085285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.64%

R = 3.59%
G = 36.77%
B = 59.64%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#085285 (or 0x085285) is known color: Dark Cerulean. HEX triplet: 08, 52 and 85. RGB value is (8,82,133). Sum of RGB (Red+Green+Blue) = 8+82+133=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #085285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085285 is #F7AD7A. Grayscale: #414141. Windows color (decimal): -16231803 or 8737288. OLE color: 8737288.

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

Color convert

RGB 8 82 133 -
CMYK 0.94 0.38 0 0.48
HSL 204.48º 0.89% 0.28% -
HSV(B) 204.48º 0.94% 0.52% -
XYZ 7.35 7.78 23.3 -
YUV 65.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 8 82 133 0.94 0.38 0 0.48 204.48 0.89 0.28
Hex 8 52 85 5E 26 0 30 CC 59 1C
Octal 10 122 205 136 46 0 60 314 131 34
Binary 1000 1010010 10000101 1011110 100110 0 110000 11001100 1011001 11100

Color Harmonies of #085285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085285

Black with #085285

Text Example


Text Example

White with #085285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085285; }

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

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

background-color css

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

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

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

border-color css

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

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

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