Html Css Color HEX #147DD1 Navy Blue

📋 copy color: '#147DD1'

red 20 ◦ green 125 ◦ blue 209

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

Shades of Navy Blue #147DD1

Tints of Navy Blue #147DD1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

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

R = 5.65%
G = 35.31%
B = 59.04%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#147DD1 (or 0x147DD1) is known color: Navy Blue. HEX triplet: 14, 7D and D1. RGB value is (20,125,209). Sum of RGB (Red+Green+Blue) = 20+125+209=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #147DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DD1 is #EB822E. Grayscale: #666666. Windows color (decimal): -15434287 or 13729044. OLE color: 13729044.

HSL color Cylindrical-coordinate representation of color #147DD1: hue angle of 206.67º 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 #147DD1 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 125 209 -
CMYK 0.90 0.40 0 0.18
HSL 206.67º 0.83% 0.45% -
HSV(B) 206.67º 0.9% 0.82% -
XYZ 19.13 19.42 63.06 -
YUV 103.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 20 125 209 0.90 0.40 0 0.18 206.67 0.83 0.45
Hex 14 7D D1 5A 28 0 12 CF 53 2D
Octal 24 175 321 132 50 0 22 317 123 55
Binary 10100 1111101 11010001 1011010 101000 0 10010 11001111 1010011 101101

Color Harmonies of #147DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DD1

Black with #147DD1

Text Example


Text Example

White with #147DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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