Html Css Color HEX #147FD1 Navy Blue

📋 copy color: '#147FD1'

red 20 ◦ green 127 ◦ blue 209

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

Shades of Navy Blue #147FD1

Tints of Navy Blue #147FD1

RGB

 RED value IS 20 (8.2% from 255) = 5.62%

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 209 (82.03% from 255) = 58.71%

R = 5.62%
G = 35.67%
B = 58.71%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#147FD1 (or 0x147FD1) is known color: Navy Blue. HEX triplet: 14, 7F and D1. RGB value is (20,127,209). Sum of RGB (Red+Green+Blue) = 20+127+209=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #147FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FD1 is #EB802E. Grayscale: #676767. Windows color (decimal): -15433775 or 13729556. OLE color: 13729556.

HSL color Cylindrical-coordinate representation of color #147FD1: hue angle of 206.03º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147FD1 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 127 209 -
CMYK 0.90 0.39 0 0.18
HSL 206.03º 0.83% 0.45% -
HSV(B) 206.03º 0.9% 0.82% -
XYZ 19.39 19.93 63.15 -
YUV 104.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 20 127 209 0.90 0.39 0 0.18 206.03 0.83 0.45
Hex 14 7F D1 5A 27 0 12 CE 53 2D
Octal 24 177 321 132 47 0 22 316 123 55
Binary 10100 1111111 11010001 1011010 100111 0 10010 11001110 1010011 101101

Color Harmonies of #147FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FD1

Black with #147FD1

Text Example


Text Example

White with #147FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147FD1; }

 p { color: rgb(20,127,209); }

 H1.HeaderClassName
 {
   color: #147FD1;
 }
 .AnyTagClassName
 {
   color: #147FD1;
 }
</style>

background-color css

<style>
 a { background-color: #147FD1; }

 a { background-color: rgb(20,127,209); }

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

border-color css

<style>
 span { border-color: #147FD1; }

 span { border-color: rgb(20,127,209); }

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