Html Css Color HEX #0860DF Navy Blue

📋 copy color: '#0860DF'

red 8 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #0860DF

Tints of Navy Blue #0860DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 2.45%
G = 29.36%
B = 68.2%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0860DF (or 0x0860DF) is known color: Navy Blue. HEX triplet: 08, 60 and DF. RGB value is (8,96,223). Sum of RGB (Red+Green+Blue) = 8+96+223=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #0860DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860DF is #F79F20. Grayscale: #535353. Windows color (decimal): -16228129 or 14639112. OLE color: 14639112.

HSL color Cylindrical-coordinate representation of color #0860DF: hue angle of 215.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0860DF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 96 223 -
CMYK 0.96 0.57 0 0.13
HSL 215.44º 0.93% 0.45% -
HSV(B) 215.44º 0.96% 0.87% -
XYZ 17.6 13.75 71.54 -
YUV 84.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 8 96 223 0.96 0.57 0 0.13 215.44 0.93 0.45
Hex 8 60 DF 60 39 0 D D7 5D 2D
Octal 10 140 337 140 71 0 15 327 135 55
Binary 1000 1100000 11011111 1100000 111001 0 1101 11010111 1011101 101101

Color Harmonies of #0860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0860DF

Black with #0860DF

Text Example


Text Example

White with #0860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0860DF; }

 p { color: rgb(8,96,223); }

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

background-color css

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

 a { background-color: rgb(8,96,223); }

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

border-color css

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

 span { border-color: rgb(8,96,223); }

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