Html Css Color HEX #147EC4 Navy Blue

📋 copy color: '#147EC4'

red 20 ◦ green 126 ◦ blue 196

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

Shades of Navy Blue #147EC4

Tints of Navy Blue #147EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 57.31%

R = 5.85%
G = 36.84%
B = 57.31%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#147EC4 (or 0x147EC4) is known color: Navy Blue. HEX triplet: 14, 7E and C4. RGB value is (20,126,196). Sum of RGB (Red+Green+Blue) = 20+126+196=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #147EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EC4 is #EB813B. Grayscale: #656565. Windows color (decimal): -15434044 or 12877332. OLE color: 12877332.

HSL color Cylindrical-coordinate representation of color #147EC4: hue angle of 203.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147EC4 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 126 196 -
CMYK 0.90 0.36 0 0.23
HSL 203.86º 0.81% 0.42% -
HSV(B) 203.86º 0.9% 0.77% -
XYZ 17.71 19.06 54.97 -
YUV 102.29 180.88 69.31 -
System Red Green Blue C M Y K H S L
Decimal 20 126 196 0.90 0.36 0 0.23 203.86 0.81 0.42
Hex 14 7E C4 5A 24 0 17 CC 51 2A
Octal 24 176 304 132 44 0 27 314 121 52
Binary 10100 1111110 11000100 1011010 100100 0 10111 11001100 1010001 101010

Color Harmonies of #147EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EC4

Black with #147EC4

Text Example


Text Example

White with #147EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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