Html Css Color HEX #085793 Dark Cerulean

📋 copy color: '#085793'

red 8 ◦ green 87 ◦ blue 147

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

Shades of Dark Cerulean #085793

Tints of Dark Cerulean #085793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 3.31%
G = 35.95%
B = 60.74%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085793 (or 0x085793) is known color: Dark Cerulean. HEX triplet: 08, 57 and 93. RGB value is (8,87,147). Sum of RGB (Red+Green+Blue) = 8+87+147=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #085793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085793 is #F7A86C. Grayscale: #454545. Windows color (decimal): -16230509 or 9656072. OLE color: 9656072.

HSL color Cylindrical-coordinate representation of color #085793: hue angle of 205.9º 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 #085793 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 87 147 -
CMYK 0.95 0.41 0 0.42
HSL 205.9º 0.9% 0.3% -
HSV(B) 205.9º 0.95% 0.58% -
XYZ 8.77 8.97 28.87 -
YUV 70.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 8 87 147 0.95 0.41 0 0.42 205.9 0.9 0.3
Hex 8 57 93 5F 29 0 2A CE 5A 1E
Octal 10 127 223 137 51 0 52 316 132 36
Binary 1000 1010111 10010011 1011111 101001 0 101010 11001110 1011010 11110

Color Harmonies of #085793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085793

Black with #085793

Text Example


Text Example

White with #085793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085793; }

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

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

background-color css

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

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

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

border-color css

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

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

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