Html Css Color HEX #147ECB Navy Blue

📋 copy color: '#147ECB'

red 20 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #147ECB

Tints of Navy Blue #147ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.17%

R = 5.73%
G = 36.1%
B = 58.17%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147ECB (or 0x147ECB) is known color: Navy Blue. HEX triplet: 14, 7E and CB. RGB value is (20,126,203). Sum of RGB (Red+Green+Blue) = 20+126+203=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #147ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ECB is #EB8134. Grayscale: #666666. Windows color (decimal): -15434037 or 13336084. OLE color: 13336084.

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

Color convert

RGB 20 126 203 -
CMYK 0.90 0.38 0 0.20
HSL 205.25º 0.82% 0.44% -
HSV(B) 205.25º 0.9% 0.8% -
XYZ 18.53 19.38 59.26 -
YUV 103.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 20 126 203 0.90 0.38 0 0.20 205.25 0.82 0.44
Hex 14 7E CB 5A 26 0 14 CD 52 2C
Octal 24 176 313 132 46 0 24 315 122 54
Binary 10100 1111110 11001011 1011010 100110 0 10100 11001101 1010010 101100

Color Harmonies of #147ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ECB

Black with #147ECB

Text Example


Text Example

White with #147ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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