Html Css Color HEX #085274 Dark Cerulean

📋 copy color: '#085274'

red 8 ◦ green 82 ◦ blue 116

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

Shades of Dark Cerulean #085274

Tints of Dark Cerulean #085274

RGB

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

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

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

R = 3.88%
G = 39.81%
B = 56.31%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#085274 (or 0x085274) is known color: Dark Cerulean. HEX triplet: 08, 52 and 74. RGB value is (8,82,116). Sum of RGB (Red+Green+Blue) = 8+82+116=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #085274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085274 is #F7AD8B. Grayscale: #3F3F3F. Windows color (decimal): -16231820 or 7623176. OLE color: 7623176.

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

Color convert

RGB 8 82 116 -
CMYK 0.93 0.29 0 0.55
HSL 198.89º 0.87% 0.24% -
HSV(B) 198.89º 0.93% 0.45% -
XYZ 6.27 7.35 17.61 -
YUV 63.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 8 82 116 0.93 0.29 0 0.55 198.89 0.87 0.24
Hex 8 52 74 5D 1D 0 37 C7 57 18
Octal 10 122 164 135 35 0 67 307 127 30
Binary 1000 1010010 1110100 1011101 11101 0 110111 11000111 1010111 11000

Color Harmonies of #085274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085274

Black with #085274

Text Example


Text Example

White with #085274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085274; }

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

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

background-color css

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

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

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

border-color css

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

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

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