Html Css Color HEX #085375 Dark Cerulean

📋 copy color: '#085375'

red 8 ◦ green 83 ◦ blue 117

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

Shades of Dark Cerulean #085375

Tints of Dark Cerulean #085375

RGB

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

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

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

R = 3.85%
G = 39.9%
B = 56.25%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085375 (or 0x085375) is known color: Dark Cerulean. HEX triplet: 08, 53 and 75. RGB value is (8,83,117). Sum of RGB (Red+Green+Blue) = 8+83+117=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #085375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085375 is #F7AC8A. Grayscale: #404040. Windows color (decimal): -16231563 or 7688968. OLE color: 7688968.

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

Color convert

RGB 8 83 117 -
CMYK 0.93 0.29 0 0.54
HSL 198.72º 0.87% 0.25% -
HSV(B) 198.72º 0.93% 0.46% -
XYZ 6.4 7.52 17.94 -
YUV 64.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 8 83 117 0.93 0.29 0 0.54 198.72 0.87 0.25
Hex 8 53 75 5D 1D 0 36 C7 57 19
Octal 10 123 165 135 35 0 66 307 127 31
Binary 1000 1010011 1110101 1011101 11101 0 110110 11000111 1010111 11001

Color Harmonies of #085375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085375

Black with #085375

Text Example


Text Example

White with #085375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085375; }

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

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

background-color css

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

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

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

border-color css

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

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

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