Html Css Color HEX #085392 Dark Cerulean

📋 copy color: '#085392'

red 8 ◦ green 83 ◦ blue 146

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

Shades of Dark Cerulean #085392

Tints of Dark Cerulean #085392

RGB

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

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

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

R = 3.38%
G = 35.02%
B = 61.6%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#085392 (or 0x085392) is known color: Dark Cerulean. HEX triplet: 08, 53 and 92. RGB value is (8,83,146). Sum of RGB (Red+Green+Blue) = 8+83+146=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #085392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085392 is #F7AC6D. Grayscale: #434343. Windows color (decimal): -16231534 or 9589512. OLE color: 9589512.

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

Color convert

RGB 8 83 146 -
CMYK 0.95 0.43 0 0.43
HSL 207.39º 0.9% 0.3% -
HSV(B) 207.39º 0.95% 0.57% -
XYZ 8.38 8.31 28.36 -
YUV 67.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 8 83 146 0.95 0.43 0 0.43 207.39 0.9 0.3
Hex 8 53 92 5F 2B 0 2B CF 5A 1E
Octal 10 123 222 137 53 0 53 317 132 36
Binary 1000 1010011 10010010 1011111 101011 0 101011 11001111 1011010 11110

Color Harmonies of #085392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085392

Black with #085392

Text Example


Text Example

White with #085392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085392; }

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

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

background-color css

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

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

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

border-color css

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

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

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