Html Css Color HEX #1F76DF Navy Blue

📋 copy color: '#1F76DF'

red 31 ◦ green 118 ◦ blue 223

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

Shades of Navy Blue #1F76DF

Tints of Navy Blue #1F76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 8.33%
G = 31.72%
B = 59.95%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F76DF (or 0x1F76DF) is known color: Navy Blue. HEX triplet: 1F, 76 and DF. RGB value is (31,118,223). Sum of RGB (Red+Green+Blue) = 31+118+223=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F76DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76DF is #E08920. Grayscale: #676767. Windows color (decimal): -14715169 or 14644767. OLE color: 14644767.

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

Color convert

RGB 31 118 223 -
CMYK 0.86 0.47 0 0.13
HSL 212.81º 0.76% 0.5% -
HSV(B) 212.81º 0.86% 0.87% -
XYZ 20.36 18.58 72.32 -
YUV 103.96 195.18 75.96 -
System Red Green Blue C M Y K H S L
Decimal 31 118 223 0.86 0.47 0 0.13 212.81 0.76 0.5
Hex 1F 76 DF 56 2F 0 D D5 4C 32
Octal 37 166 337 126 57 0 15 325 114 62
Binary 11111 1110110 11011111 1010110 101111 0 1101 11010101 1001100 110010

Color Harmonies of #1F76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F76DF

Black with #1F76DF

Text Example


Text Example

White with #1F76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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