Html Css Color HEX #1F7ADC Navy Blue

📋 copy color: '#1F7ADC'

red 31 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #1F7ADC

Tints of Navy Blue #1F7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

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

R = 8.31%
G = 32.71%
B = 58.98%

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

#1F7ADC (or 0x1F7ADC) is known color: Navy Blue. HEX triplet: 1F, 7A and DC. RGB value is (31,122,220). Sum of RGB (Red+Green+Blue) = 31+122+220=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ADC is #E08523. Grayscale: #696969. Windows color (decimal): -14714148 or 14449183. OLE color: 14449183.

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

Color convert

RGB 31 122 220 -
CMYK 0.86 0.45 0 0.14
HSL 211.11º 0.75% 0.49% -
HSV(B) 211.11º 0.86% 0.86% -
XYZ 20.44 19.38 70.37 -
YUV 105.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 31 122 220 0.86 0.45 0 0.14 211.11 0.75 0.49
Hex 1F 7A DC 56 2D 0 E D3 4B 31
Octal 37 172 334 126 55 0 16 323 113 61
Binary 11111 1111010 11011100 1010110 101101 0 1110 11010011 1001011 110001

Color Harmonies of #1F7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7ADC

Black with #1F7ADC

Text Example


Text Example

White with #1F7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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