Html Css Color HEX #1F76DB Navy Blue

📋 copy color: '#1F76DB'

red 31 ◦ green 118 ◦ blue 219

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

Shades of Navy Blue #1F76DB

Tints of Navy Blue #1F76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 8.42%
G = 32.07%
B = 59.51%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F76DB (or 0x1F76DB) is known color: Navy Blue. HEX triplet: 1F, 76 and DB. RGB value is (31,118,219). Sum of RGB (Red+Green+Blue) = 31+118+219=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F76DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76DB is #E08924. Grayscale: #676767. Windows color (decimal): -14715173 or 14382623. OLE color: 14382623.

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

Color convert

RGB 31 118 219 -
CMYK 0.86 0.46 0 0.14
HSL 212.23º 0.75% 0.49% -
HSV(B) 212.23º 0.86% 0.86% -
XYZ 19.83 18.36 69.52 -
YUV 103.5 193.18 76.29 -
System Red Green Blue C M Y K H S L
Decimal 31 118 219 0.86 0.46 0 0.14 212.23 0.75 0.49
Hex 1F 76 DB 56 2E 0 E D4 4B 31
Octal 37 166 333 126 56 0 16 324 113 61
Binary 11111 1110110 11011011 1010110 101110 0 1110 11010100 1001011 110001

Color Harmonies of #1F76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F76DB

Black with #1F76DB

Text Example


Text Example

White with #1F76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,219); }

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

background-color css

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

 a { background-color: rgb(31,118,219); }

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

border-color css

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

 span { border-color: rgb(31,118,219); }

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