Html Css Color HEX #147CC9 Navy Blue

📋 copy color: '#147CC9'

red 20 ◦ green 124 ◦ blue 201

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

Shades of Navy Blue #147CC9

Tints of Navy Blue #147CC9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 201 (78.91% from 255) = 58.26%

R = 5.8%
G = 35.94%
B = 58.26%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#147CC9 (or 0x147CC9) is known color: Navy Blue. HEX triplet: 14, 7C and C9. RGB value is (20,124,201). Sum of RGB (Red+Green+Blue) = 20+124+201=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #147CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CC9 is #EB8336. Grayscale: #656565. Windows color (decimal): -15434551 or 13204500. OLE color: 13204500.

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

Color convert

RGB 20 124 201 -
CMYK 0.90 0.38 0 0.21
HSL 205.52º 0.82% 0.43% -
HSV(B) 205.52º 0.9% 0.79% -
XYZ 18.04 18.78 57.93 -
YUV 101.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 20 124 201 0.90 0.38 0 0.21 205.52 0.82 0.43
Hex 14 7C C9 5A 26 0 15 CE 52 2B
Octal 24 174 311 132 46 0 25 316 122 53
Binary 10100 1111100 11001001 1011010 100110 0 10101 11001110 1010010 101011

Color Harmonies of #147CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CC9

Black with #147CC9

Text Example


Text Example

White with #147CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,124,201); }

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

background-color css

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

 a { background-color: rgb(20,124,201); }

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

border-color css

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

 span { border-color: rgb(20,124,201); }

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