Html Css Color HEX #1671DC Navy Blue

📋 copy color: '#1671DC'

red 22 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #1671DC

Tints of Navy Blue #1671DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 6.2%
G = 31.83%
B = 61.97%

CMYK

 C value IS 0.9

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1671DC (or 0x1671DC) is known color: Navy Blue. HEX triplet: 16, 71 and DC. RGB value is (22,113,220). Sum of RGB (Red+Green+Blue) = 22+113+220=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #1671DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1671DC is #E98E23. Grayscale: #616161. Windows color (decimal): -15306276 or 14446870. OLE color: 14446870.

HSL color Cylindrical-coordinate representation of color #1671DC: hue angle of 212.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1671DC is Cyan = 0.9, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 113 220 -
CMYK 0.9 0.49 0 0.14
HSL 212.42º 0.82% 0.47% -
HSV(B) 212.42º 0.9% 0.86% -
XYZ 19.15 17.15 70.01 -
YUV 97.99 196.85 73.8 -
System Red Green Blue C M Y K H S L
Decimal 22 113 220 0.9 0.49 0 0.14 212.42 0.82 0.47
Hex 16 71 DC 5A 31 0 E D4 52 2F
Octal 26 161 334 132 61 0 16 324 122 57
Binary 10110 1110001 11011100 1011010 110001 0 1110 11010100 1010010 101111

Color Harmonies of #1671DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1671DC

Black with #1671DC

Text Example


Text Example

White with #1671DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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