Html Css Color HEX #085683 Dark Cerulean

📋 copy color: '#085683'

red 8 ◦ green 86 ◦ blue 131

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

Shades of Dark Cerulean #085683

Tints of Dark Cerulean #085683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 131 (51.56% from 255) = 58.22%

R = 3.56%
G = 38.22%
B = 58.22%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#085683 (or 0x085683) is known color: Dark Cerulean. HEX triplet: 08, 56 and 83. RGB value is (8,86,131). Sum of RGB (Red+Green+Blue) = 8+86+131=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #085683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085683 is #F7A97C. Grayscale: #434343. Windows color (decimal): -16230781 or 8607240. OLE color: 8607240.

HSL color Cylindrical-coordinate representation of color #085683: hue angle of 201.95º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085683 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 86 131 -
CMYK 0.94 0.34 0 0.49
HSL 201.95º 0.88% 0.27% -
HSV(B) 201.95º 0.94% 0.51% -
XYZ 7.52 8.35 22.69 -
YUV 67.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 8 86 131 0.94 0.34 0 0.49 201.95 0.88 0.27
Hex 8 56 83 5E 22 0 31 CA 58 1B
Octal 10 126 203 136 42 0 61 312 130 33
Binary 1000 1010110 10000011 1011110 100010 0 110001 11001010 1011000 11011

Color Harmonies of #085683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085683

Black with #085683

Text Example


Text Example

White with #085683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085683; }

 p { color: rgb(8,86,131); }

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

background-color css

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

 a { background-color: rgb(8,86,131); }

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

border-color css

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

 span { border-color: rgb(8,86,131); }

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