Html Css Color HEX #1861DD Navy Blue

📋 copy color: '#1861DD'

red 24 ◦ green 97 ◦ blue 221

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

Shades of Navy Blue #1861DD

Tints of Navy Blue #1861DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

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

R = 7.02%
G = 28.36%
B = 64.62%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1861DD (or 0x1861DD) is known color: Navy Blue. HEX triplet: 18, 61 and DD. RGB value is (24,97,221). Sum of RGB (Red+Green+Blue) = 24+97+221=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1861DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1861DD is #E79E22. Grayscale: #585858. Windows color (decimal): -15179299 or 14508312. OLE color: 14508312.

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

Color convert

RGB 24 97 221 -
CMYK 0.89 0.56 0 0.13
HSL 217.77º 0.8% 0.48% -
HSV(B) 217.77º 0.89% 0.87% -
XYZ 17.7 13.96 70.17 -
YUV 89.31 202.32 81.42 -
System Red Green Blue C M Y K H S L
Decimal 24 97 221 0.89 0.56 0 0.13 217.77 0.8 0.48
Hex 18 61 DD 59 38 0 D DA 50 30
Octal 30 141 335 131 70 0 15 332 120 60
Binary 11000 1100001 11011101 1011001 111000 0 1101 11011010 1010000 110000

Color Harmonies of #1861DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1861DD

Black with #1861DD

Text Example


Text Example

White with #1861DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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