Html Css Color HEX #085376 Dark Cerulean

📋 copy color: '#085376'

red 8 ◦ green 83 ◦ blue 118

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

Shades of Dark Cerulean #085376

Tints of Dark Cerulean #085376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 118 (46.48% from 255) = 56.46%

R = 3.83%
G = 39.71%
B = 56.46%

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

#085376 (or 0x085376) is known color: Dark Cerulean. HEX triplet: 08, 53 and 76. RGB value is (8,83,118). Sum of RGB (Red+Green+Blue) = 8+83+118=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #085376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085376 is #F7AC89. Grayscale: #404040. Windows color (decimal): -16231562 or 7754504. OLE color: 7754504.

HSL color Cylindrical-coordinate representation of color #085376: hue angle of 199.09º 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 #085376 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 83 118 -
CMYK 0.93 0.30 0 0.54
HSL 199.09º 0.87% 0.25% -
HSV(B) 199.09º 0.93% 0.46% -
XYZ 6.46 7.55 18.26 -
YUV 64.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 8 83 118 0.93 0.30 0 0.54 199.09 0.87 0.25
Hex 8 53 76 5D 1E 0 36 C7 57 19
Octal 10 123 166 135 36 0 66 307 127 31
Binary 1000 1010011 1110110 1011101 11110 0 110110 11000111 1010111 11001

Color Harmonies of #085376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085376

Black with #085376

Text Example


Text Example

White with #085376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085376; }

 p { color: rgb(8,83,118); }

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

background-color css

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

 a { background-color: rgb(8,83,118); }

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

border-color css

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

 span { border-color: rgb(8,83,118); }

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