Html Css Color HEX #1671DD Navy Blue

📋 copy color: '#1671DD'

red 22 ◦ green 113 ◦ blue 221

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

Shades of Navy Blue #1671DD

Tints of Navy Blue #1671DD

RGB

 RED value IS 22 (8.98% from 255) = 6.18%

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 6.18%
G = 31.74%
B = 62.08%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1671DD (or 0x1671DD) is known color: Navy Blue. HEX triplet: 16, 71 and DD. RGB value is (22,113,221). Sum of RGB (Red+Green+Blue) = 22+113+221=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #1671DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1671DD is #E98E22. Grayscale: #616161. Windows color (decimal): -15306275 or 14512406. OLE color: 14512406.

HSL color Cylindrical-coordinate representation of color #1671DD: hue angle of 212.56º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1671DD is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 113 221 -
CMYK 0.90 0.49 0 0.13
HSL 212.56º 0.82% 0.48% -
HSV(B) 212.56º 0.9% 0.87% -
XYZ 19.29 17.2 70.71 -
YUV 98.1 197.35 73.72 -
System Red Green Blue C M Y K H S L
Decimal 22 113 221 0.90 0.49 0 0.13 212.56 0.82 0.48
Hex 16 71 DD 5A 31 0 D D5 52 30
Octal 26 161 335 132 61 0 15 325 122 60
Binary 10110 1110001 11011101 1011010 110001 0 1101 11010101 1010010 110000

Color Harmonies of #1671DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1671DD

Black with #1671DD

Text Example


Text Example

White with #1671DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,113,221); }

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

background-color css

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

 a { background-color: rgb(22,113,221); }

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

border-color css

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

 span { border-color: rgb(22,113,221); }

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