Html Css Color HEX #147ECD Navy Blue

📋 copy color: '#147ECD'

red 20 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #147ECD

Tints of Navy Blue #147ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 5.7%
G = 35.9%
B = 58.4%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147ECD (or 0x147ECD) is known color: Navy Blue. HEX triplet: 14, 7E and CD. RGB value is (20,126,205). Sum of RGB (Red+Green+Blue) = 20+126+205=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #147ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ECD is #EB8132. Grayscale: #666666. Windows color (decimal): -15434035 or 13467156. OLE color: 13467156.

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

Color convert

RGB 20 126 205 -
CMYK 0.90 0.39 0 0.20
HSL 205.62º 0.82% 0.44% -
HSV(B) 205.62º 0.9% 0.8% -
XYZ 18.77 19.48 60.53 -
YUV 103.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 20 126 205 0.90 0.39 0 0.20 205.62 0.82 0.44
Hex 14 7E CD 5A 27 0 14 CE 52 2C
Octal 24 176 315 132 47 0 24 316 122 54
Binary 10100 1111110 11001101 1011010 100111 0 10100 11001110 1010010 101100

Color Harmonies of #147ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ECD

Black with #147ECD

Text Example


Text Example

White with #147ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,126,205); }

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

background-color css

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

 a { background-color: rgb(20,126,205); }

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

border-color css

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

 span { border-color: rgb(20,126,205); }

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