Html Css Color HEX #085074 Dark Cerulean

📋 copy color: '#085074'

red 8 ◦ green 80 ◦ blue 116

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

Shades of Dark Cerulean #085074

Tints of Dark Cerulean #085074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 3.92%
G = 39.22%
B = 56.86%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085074 (or 0x085074) is known color: Dark Cerulean. HEX triplet: 08, 50 and 74. RGB value is (8,80,116). Sum of RGB (Red+Green+Blue) = 8+80+116=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #085074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085074 is #F7AF8B. Grayscale: #3E3E3E. Windows color (decimal): -16232332 or 7622664. OLE color: 7622664.

HSL color Cylindrical-coordinate representation of color #085074: hue angle of 200º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085074 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 80 116 -
CMYK 0.93 0.31 0 0.55
HSL 200º 0.87% 0.24% -
HSV(B) 200º 0.93% 0.45% -
XYZ 6.12 7.05 17.56 -
YUV 62.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 8 80 116 0.93 0.31 0 0.55 200 0.87 0.24
Hex 8 50 74 5D 1F 0 37 C8 57 18
Octal 10 120 164 135 37 0 67 310 127 30
Binary 1000 1010000 1110100 1011101 11111 0 110111 11001000 1010111 11000

Color Harmonies of #085074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085074

Black with #085074

Text Example


Text Example

White with #085074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085074; }

 p { color: rgb(8,80,116); }

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

background-color css

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

 a { background-color: rgb(8,80,116); }

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

border-color css

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

 span { border-color: rgb(8,80,116); }

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