Html Css Color HEX #1F79DC Navy Blue

📋 copy color: '#1F79DC'

red 31 ◦ green 121 ◦ blue 220

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

Shades of Navy Blue #1F79DC

Tints of Navy Blue #1F79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

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

R = 8.33%
G = 32.53%
B = 59.14%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F79DC (or 0x1F79DC) is known color: Navy Blue. HEX triplet: 1F, 79 and DC. RGB value is (31,121,220). Sum of RGB (Red+Green+Blue) = 31+121+220=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F79DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F79DC is #E08623. Grayscale: #686868. Windows color (decimal): -14714404 or 14448927. OLE color: 14448927.

HSL color Cylindrical-coordinate representation of color #1F79DC: hue angle of 211.43º 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 #1F79DC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 121 220 -
CMYK 0.86 0.45 0 0.14
HSL 211.43º 0.75% 0.49% -
HSV(B) 211.43º 0.86% 0.86% -
XYZ 20.32 19.13 70.33 -
YUV 105.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 31 121 220 0.86 0.45 0 0.14 211.43 0.75 0.49
Hex 1F 79 DC 56 2D 0 E D3 4B 31
Octal 37 171 334 126 55 0 16 323 113 61
Binary 11111 1111001 11011100 1010110 101101 0 1110 11010011 1001011 110001

Color Harmonies of #1F79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F79DC

Black with #1F79DC

Text Example


Text Example

White with #1F79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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