Html Css Color HEX #085378 Dark Cerulean

📋 copy color: '#085378'

red 8 ◦ green 83 ◦ blue 120

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

Shades of Dark Cerulean #085378

Tints of Dark Cerulean #085378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 3.79%
G = 39.34%
B = 56.87%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#085378 (or 0x085378) is known color: Dark Cerulean. HEX triplet: 08, 53 and 78. RGB value is (8,83,120). Sum of RGB (Red+Green+Blue) = 8+83+120=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #085378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085378 is #F7AC87. Grayscale: #404040. Windows color (decimal): -16231560 or 7885576. OLE color: 7885576.

HSL color Cylindrical-coordinate representation of color #085378: hue angle of 199.82º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085378 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 83 120 -
CMYK 0.93 0.31 0 0.53
HSL 199.82º 0.88% 0.25% -
HSV(B) 199.82º 0.93% 0.47% -
XYZ 6.58 7.59 18.89 -
YUV 64.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 8 83 120 0.93 0.31 0 0.53 199.82 0.88 0.25
Hex 8 53 78 5D 1F 0 35 C8 58 19
Octal 10 123 170 135 37 0 65 310 130 31
Binary 1000 1010011 1111000 1011101 11111 0 110101 11001000 1011000 11001

Color Harmonies of #085378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085378

Black with #085378

Text Example


Text Example

White with #085378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085378; }

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

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

background-color css

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

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

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

border-color css

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

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

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