Html Css Color HEX #085FCF Navy Blue

📋 copy color: '#085FCF'

red 8 ◦ green 95 ◦ blue 207

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

Shades of Navy Blue #085FCF

Tints of Navy Blue #085FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 2.58%
G = 30.65%
B = 66.77%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#085FCF (or 0x085FCF) is known color: Navy Blue. HEX triplet: 08, 5F and CF. RGB value is (8,95,207). Sum of RGB (Red+Green+Blue) = 8+95+207=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #085FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FCF is #F7A030. Grayscale: #515151. Windows color (decimal): -16228401 or 13590280. OLE color: 13590280.

HSL color Cylindrical-coordinate representation of color #085FCF: hue angle of 213.77º 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 #085FCF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 95 207 -
CMYK 0.96 0.54 0 0.19
HSL 213.77º 0.93% 0.42% -
HSV(B) 213.77º 0.96% 0.81% -
XYZ 15.45 12.74 60.68 -
YUV 81.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 8 95 207 0.96 0.54 0 0.19 213.77 0.93 0.42
Hex 8 5F CF 60 36 0 13 D6 5D 2A
Octal 10 137 317 140 66 0 23 326 135 52
Binary 1000 1011111 11001111 1100000 110110 0 10011 11010110 1011101 101010

Color Harmonies of #085FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085FCF

Black with #085FCF

Text Example


Text Example

White with #085FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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