Html Css Color HEX #147FC9 Navy Blue

📋 copy color: '#147FC9'

red 20 ◦ green 127 ◦ blue 201

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

Shades of Navy Blue #147FC9

Tints of Navy Blue #147FC9

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

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

R = 5.75%
G = 36.49%
B = 57.76%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#147FC9 (or 0x147FC9) is known color: Navy Blue. HEX triplet: 14, 7F and C9. RGB value is (20,127,201). Sum of RGB (Red+Green+Blue) = 20+127+201=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #147FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FC9 is #EB8036. Grayscale: #676767. Windows color (decimal): -15433783 or 13205268. OLE color: 13205268.

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

Color convert

RGB 20 127 201 -
CMYK 0.90 0.37 0 0.21
HSL 204.53º 0.82% 0.43% -
HSV(B) 204.53º 0.9% 0.79% -
XYZ 18.42 19.54 58.06 -
YUV 103.44 183.05 68.48 -
System Red Green Blue C M Y K H S L
Decimal 20 127 201 0.90 0.37 0 0.21 204.53 0.82 0.43
Hex 14 7F C9 5A 25 0 15 CD 52 2B
Octal 24 177 311 132 45 0 25 315 122 53
Binary 10100 1111111 11001001 1011010 100101 0 10101 11001101 1010010 101011

Color Harmonies of #147FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FC9

Black with #147FC9

Text Example


Text Example

White with #147FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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