Html Css Color HEX #1860DF Navy Blue

📋 copy color: '#1860DF'

red 24 ◦ green 96 ◦ blue 223

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

Shades of Navy Blue #1860DF

Tints of Navy Blue #1860DF

RGB

 RED value IS 24 (9.77% from 255) = 7%

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

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

R = 7%
G = 27.99%
B = 65.01%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1860DF (or 0x1860DF) is known color: Navy Blue. HEX triplet: 18, 60 and DF. RGB value is (24,96,223). Sum of RGB (Red+Green+Blue) = 24+96+223=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #1860DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860DF is #E79F20. Grayscale: #585858. Windows color (decimal): -15179553 or 14639128. OLE color: 14639128.

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

Color convert

RGB 24 96 223 -
CMYK 0.89 0.57 0 0.13
HSL 218.29º 0.81% 0.48% -
HSV(B) 218.29º 0.89% 0.87% -
XYZ 17.88 13.89 71.55 -
YUV 88.95 203.65 81.67 -
System Red Green Blue C M Y K H S L
Decimal 24 96 223 0.89 0.57 0 0.13 218.29 0.81 0.48
Hex 18 60 DF 59 39 0 D DA 51 30
Octal 30 140 337 131 71 0 15 332 121 60
Binary 11000 1100000 11011111 1011001 111001 0 1101 11011010 1010001 110000

Color Harmonies of #1860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1860DF

Black with #1860DF

Text Example


Text Example

White with #1860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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