Html Css Color HEX #085395 Dark Cerulean

📋 copy color: '#085395'

red 8 ◦ green 83 ◦ blue 149

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

Shades of Dark Cerulean #085395

Tints of Dark Cerulean #085395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 3.33%
G = 34.58%
B = 62.08%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#085395 (or 0x085395) is known color: Dark Cerulean. HEX triplet: 08, 53 and 95. RGB value is (8,83,149). Sum of RGB (Red+Green+Blue) = 8+83+149=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #085395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085395 is #F7AC6A. Grayscale: #434343. Windows color (decimal): -16231531 or 9786120. OLE color: 9786120.

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

Color convert

RGB 8 83 149 -
CMYK 0.95 0.44 0 0.42
HSL 208.09º 0.9% 0.31% -
HSV(B) 208.09º 0.95% 0.58% -
XYZ 8.62 8.41 29.6 -
YUV 68.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 8 83 149 0.95 0.44 0 0.42 208.09 0.9 0.31
Hex 8 53 95 5F 2C 0 2A D0 5A 1F
Octal 10 123 225 137 54 0 52 320 132 37
Binary 1000 1010011 10010101 1011111 101100 0 101010 11010000 1011010 11111

Color Harmonies of #085395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085395

Black with #085395

Text Example


Text Example

White with #085395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085395; }

 p { color: rgb(8,83,149); }

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

background-color css

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

 a { background-color: rgb(8,83,149); }

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

border-color css

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

 span { border-color: rgb(8,83,149); }

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