Html Css Color HEX #085275 Dark Cerulean

📋 copy color: '#085275'

red 8 ◦ green 82 ◦ blue 117

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

Shades of Dark Cerulean #085275

Tints of Dark Cerulean #085275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 3.86%
G = 39.61%
B = 56.52%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085275 (or 0x085275) is known color: Dark Cerulean. HEX triplet: 08, 52 and 75. RGB value is (8,82,117). Sum of RGB (Red+Green+Blue) = 8+82+117=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #085275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085275 is #F7AD8A. Grayscale: #3F3F3F. Windows color (decimal): -16231819 or 7688712. OLE color: 7688712.

HSL color Cylindrical-coordinate representation of color #085275: hue angle of 199.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085275 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 82 117 -
CMYK 0.93 0.30 0 0.54
HSL 199.27º 0.87% 0.25% -
HSV(B) 199.27º 0.93% 0.46% -
XYZ 6.33 7.37 17.92 -
YUV 63.86 157.98 88.15 -
System Red Green Blue C M Y K H S L
Decimal 8 82 117 0.93 0.30 0 0.54 199.27 0.87 0.25
Hex 8 52 75 5D 1E 0 36 C7 57 19
Octal 10 122 165 135 36 0 66 307 127 31
Binary 1000 1010010 1110101 1011101 11110 0 110110 11000111 1010111 11001

Color Harmonies of #085275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085275

Black with #085275

Text Example


Text Example

White with #085275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085275; }

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

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

background-color css

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

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

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

border-color css

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

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

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