Html Css Color HEX #085DCF Navy Blue

📋 copy color: '#085DCF'

red 8 ◦ green 93 ◦ blue 207

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

Shades of Navy Blue #085DCF

Tints of Navy Blue #085DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 2.6%
G = 30.19%
B = 67.21%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#085DCF (or 0x085DCF) is known color: Navy Blue. HEX triplet: 08, 5D and CF. RGB value is (8,93,207). Sum of RGB (Red+Green+Blue) = 8+93+207=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #085DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DCF is #F7A230. Grayscale: #505050. Windows color (decimal): -16228913 or 13589768. OLE color: 13589768.

HSL color Cylindrical-coordinate representation of color #085DCF: hue angle of 214.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DCF is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 93 207 -
CMYK 0.96 0.55 0 0.19
HSL 214.37º 0.93% 0.42% -
HSV(B) 214.37º 0.96% 0.81% -
XYZ 15.28 12.39 60.62 -
YUV 80.58 199.34 76.23 -
System Red Green Blue C M Y K H S L
Decimal 8 93 207 0.96 0.55 0 0.19 214.37 0.93 0.42
Hex 8 5D CF 60 37 0 13 D6 5D 2A
Octal 10 135 317 140 67 0 23 326 135 52
Binary 1000 1011101 11001111 1100000 110111 0 10011 11010110 1011101 101010

Color Harmonies of #085DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085DCF

Black with #085DCF

Text Example


Text Example

White with #085DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085DCF; }

 p { color: rgb(8,93,207); }

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

background-color css

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

 a { background-color: rgb(8,93,207); }

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

border-color css

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

 span { border-color: rgb(8,93,207); }

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