Html Css Color HEX #147DDD Navy Blue

📋 copy color: '#147DDD'

red 20 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #147DDD

Tints of Navy Blue #147DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 5.46%
G = 34.15%
B = 60.38%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#147DDD (or 0x147DDD) is known color: Navy Blue. HEX triplet: 14, 7D and DD. RGB value is (20,125,221). Sum of RGB (Red+Green+Blue) = 20+125+221=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #147DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DDD is #EB8222. Grayscale: #686868. Windows color (decimal): -15434275 or 14515476. OLE color: 14515476.

HSL color Cylindrical-coordinate representation of color #147DDD: hue angle of 208.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147DDD is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 125 221 -
CMYK 0.91 0.43 0 0.13
HSL 208.66º 0.83% 0.47% -
HSV(B) 208.66º 0.91% 0.87% -
XYZ 20.67 20.04 71.18 -
YUV 104.55 193.71 67.69 -
System Red Green Blue C M Y K H S L
Decimal 20 125 221 0.91 0.43 0 0.13 208.66 0.83 0.47
Hex 14 7D DD 5B 2B 0 D D1 53 2F
Octal 24 175 335 133 53 0 15 321 123 57
Binary 10100 1111101 11011101 1011011 101011 0 1101 11010001 1010011 101111

Color Harmonies of #147DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DDD

Black with #147DDD

Text Example


Text Example

White with #147DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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