Html Css Color HEX #085493 Dark Cerulean

📋 copy color: '#085493'

red 8 ◦ green 84 ◦ blue 147

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

Shades of Dark Cerulean #085493

Tints of Dark Cerulean #085493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 3.35%
G = 35.15%
B = 61.51%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085493 (or 0x085493) is known color: Dark Cerulean. HEX triplet: 08, 54 and 93. RGB value is (8,84,147). Sum of RGB (Red+Green+Blue) = 8+84+147=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #085493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085493 is #F7AB6C. Grayscale: #444444. Windows color (decimal): -16231277 or 9655304. OLE color: 9655304.

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

Color convert

RGB 8 84 147 -
CMYK 0.95 0.43 0 0.42
HSL 207.19º 0.9% 0.3% -
HSV(B) 207.19º 0.95% 0.58% -
XYZ 8.54 8.5 28.79 -
YUV 68.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 8 84 147 0.95 0.43 0 0.42 207.19 0.9 0.3
Hex 8 54 93 5F 2B 0 2A CF 5A 1E
Octal 10 124 223 137 53 0 52 317 132 36
Binary 1000 1010100 10010011 1011111 101011 0 101010 11001111 1011010 11110

Color Harmonies of #085493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085493

Black with #085493

Text Example


Text Example

White with #085493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085493; }

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

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

background-color css

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

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

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

border-color css

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

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

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