Html Css Color HEX #1860DD Navy Blue

📋 copy color: '#1860DD'

red 24 ◦ green 96 ◦ blue 221

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

Shades of Navy Blue #1860DD

Tints of Navy Blue #1860DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 7.04%
G = 28.15%
B = 64.81%

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

#1860DD (or 0x1860DD) is known color: Navy Blue. HEX triplet: 18, 60 and DD. RGB value is (24,96,221). Sum of RGB (Red+Green+Blue) = 24+96+221=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #1860DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860DD is #E79F22. Grayscale: #585858. Windows color (decimal): -15179555 or 14508056. OLE color: 14508056.

HSL color Cylindrical-coordinate representation of color #1860DD: hue angle of 218.07º degrees, saturation: 0.8, 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 #1860DD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 96 221 -
CMYK 0.89 0.57 0 0.13
HSL 218.07º 0.8% 0.48% -
HSV(B) 218.07º 0.89% 0.87% -
XYZ 17.61 13.78 70.14 -
YUV 88.72 202.65 81.84 -
System Red Green Blue C M Y K H S L
Decimal 24 96 221 0.89 0.57 0 0.13 218.07 0.8 0.48
Hex 18 60 DD 59 39 0 D DA 50 30
Octal 30 140 335 131 71 0 15 332 120 60
Binary 11000 1100000 11011101 1011001 111001 0 1101 11011010 1010000 110000

Color Harmonies of #1860DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1860DD

Black with #1860DD

Text Example


Text Example

White with #1860DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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