Html Css Color HEX #147ECC Navy Blue

📋 copy color: '#147ECC'

red 20 ◦ green 126 ◦ blue 204

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

Shades of Navy Blue #147ECC

Tints of Navy Blue #147ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 5.71%
G = 36%
B = 58.29%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#147ECC (or 0x147ECC) is known color: Navy Blue. HEX triplet: 14, 7E and CC. RGB value is (20,126,204). Sum of RGB (Red+Green+Blue) = 20+126+204=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #147ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ECC is #EB8133. Grayscale: #666666. Windows color (decimal): -15434036 or 13401620. OLE color: 13401620.

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

Color convert

RGB 20 126 204 -
CMYK 0.90 0.38 0 0.2
HSL 205.43º 0.82% 0.44% -
HSV(B) 205.43º 0.9% 0.8% -
XYZ 18.65 19.43 59.89 -
YUV 103.2 184.88 68.66 -
System Red Green Blue C M Y K H S L
Decimal 20 126 204 0.90 0.38 0 0.2 205.43 0.82 0.44
Hex 14 7E CC 5A 26 0 14 CD 52 2C
Octal 24 176 314 132 46 0 24 315 122 54
Binary 10100 1111110 11001100 1011010 100110 0 10100 11001101 1010010 101100

Color Harmonies of #147ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ECC

Black with #147ECC

Text Example


Text Example

White with #147ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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