Html Css Color HEX #1F71DD Navy Blue

📋 copy color: '#1F71DD'

red 31 ◦ green 113 ◦ blue 221

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

Shades of Navy Blue #1F71DD

Tints of Navy Blue #1F71DD

RGB

 RED value IS 31 (12.5% from 255) = 8.49%

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

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

R = 8.49%
G = 30.96%
B = 60.55%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F71DD (or 0x1F71DD) is known color: Navy Blue. HEX triplet: 1F, 71 and DD. RGB value is (31,113,221). Sum of RGB (Red+Green+Blue) = 31+113+221=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F71DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71DD is #E08E22. Grayscale: #646464. Windows color (decimal): -14716451 or 14512415. OLE color: 14512415.

HSL color Cylindrical-coordinate representation of color #1F71DD: hue angle of 214.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F71DD is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 113 221 -
CMYK 0.86 0.49 0 0.13
HSL 214.11º 0.75% 0.49% -
HSV(B) 214.11º 0.86% 0.87% -
XYZ 19.52 17.32 70.72 -
YUV 100.79 195.83 78.22 -
System Red Green Blue C M Y K H S L
Decimal 31 113 221 0.86 0.49 0 0.13 214.11 0.75 0.49
Hex 1F 71 DD 56 31 0 D D6 4B 31
Octal 37 161 335 126 61 0 15 326 113 61
Binary 11111 1110001 11011101 1010110 110001 0 1101 11010110 1001011 110001

Color Harmonies of #1F71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F71DD

Black with #1F71DD

Text Example


Text Example

White with #1F71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F71DD; }

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

 H1.HeaderClassName
 {
   color: #1F71DD;
 }
 .AnyTagClassName
 {
   color: #1F71DD;
 }
</style>

background-color css

<style>
 a { background-color: #1F71DD; }

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

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

border-color css

<style>
 span { border-color: #1F71DD; }

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

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