Html Css Color HEX #1F73DC Navy Blue

📋 copy color: '#1F73DC'

red 31 ◦ green 115 ◦ blue 220

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

Shades of Navy Blue #1F73DC

Tints of Navy Blue #1F73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 8.47%
G = 31.42%
B = 60.11%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F73DC (or 0x1F73DC) is known color: Navy Blue. HEX triplet: 1F, 73 and DC. RGB value is (31,115,220). Sum of RGB (Red+Green+Blue) = 31+115+220=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F73DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F73DC is #E08C23. Grayscale: #656565. Windows color (decimal): -14715940 or 14447391. OLE color: 14447391.

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

Color convert

RGB 31 115 220 -
CMYK 0.86 0.48 0 0.14
HSL 213.33º 0.75% 0.49% -
HSV(B) 213.33º 0.86% 0.86% -
XYZ 19.61 17.72 70.1 -
YUV 101.85 194.67 77.46 -
System Red Green Blue C M Y K H S L
Decimal 31 115 220 0.86 0.48 0 0.14 213.33 0.75 0.49
Hex 1F 73 DC 56 30 0 E D5 4B 31
Octal 37 163 334 126 60 0 16 325 113 61
Binary 11111 1110011 11011100 1010110 110000 0 1110 11010101 1001011 110001

Color Harmonies of #1F73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F73DC

Black with #1F73DC

Text Example


Text Example

White with #1F73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,220); }

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

background-color css

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

 a { background-color: rgb(31,115,220); }

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

border-color css

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

 span { border-color: rgb(31,115,220); }

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