Html Css Color HEX #147EC6 Navy Blue

📋 copy color: '#147EC6'

red 20 ◦ green 126 ◦ blue 198

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

Shades of Navy Blue #147EC6

Tints of Navy Blue #147EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 57.56%

R = 5.81%
G = 36.63%
B = 57.56%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#147EC6 (or 0x147EC6) is known color: Navy Blue. HEX triplet: 14, 7E and C6. RGB value is (20,126,198). Sum of RGB (Red+Green+Blue) = 20+126+198=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #147EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EC6 is #EB8139. Grayscale: #666666. Windows color (decimal): -15434042 or 13008404. OLE color: 13008404.

HSL color Cylindrical-coordinate representation of color #147EC6: hue angle of 204.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147EC6 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 126 198 -
CMYK 0.90 0.36 0 0.22
HSL 204.27º 0.82% 0.43% -
HSV(B) 204.27º 0.9% 0.78% -
XYZ 17.94 19.15 56.18 -
YUV 102.51 181.88 69.15 -
System Red Green Blue C M Y K H S L
Decimal 20 126 198 0.90 0.36 0 0.22 204.27 0.82 0.43
Hex 14 7E C6 5A 24 0 16 CC 52 2B
Octal 24 176 306 132 44 0 26 314 122 53
Binary 10100 1111110 11000110 1011010 100100 0 10110 11001100 1010010 101011

Color Harmonies of #147EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147EC6

Black with #147EC6

Text Example


Text Example

White with #147EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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