Html Css Color HEX #085492 Dark Cerulean

📋 copy color: '#085492'

red 8 ◦ green 84 ◦ blue 146

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

Shades of Dark Cerulean #085492

Tints of Dark Cerulean #085492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.29%

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 3.36%
G = 35.29%
B = 61.34%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085492 (or 0x085492) is known color: Dark Cerulean. HEX triplet: 08, 54 and 92. RGB value is (8,84,146). Sum of RGB (Red+Green+Blue) = 8+84+146=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #085492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085492 is #F7AB6D. Grayscale: #444444. Windows color (decimal): -16231278 or 9589768. OLE color: 9589768.

HSL color Cylindrical-coordinate representation of color #085492: hue angle of 206.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085492 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 84 146 -
CMYK 0.95 0.42 0 0.43
HSL 206.96º 0.9% 0.3% -
HSV(B) 206.96º 0.95% 0.57% -
XYZ 8.46 8.47 28.38 -
YUV 68.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 8 84 146 0.95 0.42 0 0.43 206.96 0.9 0.3
Hex 8 54 92 5F 2A 0 2B CF 5A 1E
Octal 10 124 222 137 52 0 53 317 132 36
Binary 1000 1010100 10010010 1011111 101010 0 101011 11001111 1011010 11110

Color Harmonies of #085492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085492

Black with #085492

Text Example


Text Example

White with #085492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085492; }

 p { color: rgb(8,84,146); }

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

background-color css

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

 a { background-color: rgb(8,84,146); }

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

border-color css

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

 span { border-color: rgb(8,84,146); }

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