Html Css Color HEX #147FCC Navy Blue

📋 copy color: '#147FCC'

red 20 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #147FCC

Tints of Navy Blue #147FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 5.7%
G = 36.18%
B = 58.12%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#147FCC (or 0x147FCC) is known color: Navy Blue. HEX triplet: 14, 7F and CC. RGB value is (20,127,204). Sum of RGB (Red+Green+Blue) = 20+127+204=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #147FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147FCC is #EB8033. Grayscale: #676767. Windows color (decimal): -15433780 or 13401876. OLE color: 13401876.

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

Color convert

RGB 20 127 204 -
CMYK 0.90 0.38 0 0.2
HSL 205.11º 0.82% 0.44% -
HSV(B) 205.11º 0.9% 0.8% -
XYZ 18.78 19.69 59.94 -
YUV 103.79 184.55 68.24 -
System Red Green Blue C M Y K H S L
Decimal 20 127 204 0.90 0.38 0 0.2 205.11 0.82 0.44
Hex 14 7F CC 5A 26 0 14 CD 52 2C
Octal 24 177 314 132 46 0 24 315 122 54
Binary 10100 1111111 11001100 1011010 100110 0 10100 11001101 1010010 101100

Color Harmonies of #147FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147FCC

Black with #147FCC

Text Example


Text Example

White with #147FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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