Html Css Color HEX #147CCD Navy Blue

📋 copy color: '#147CCD'

red 20 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #147CCD

Tints of Navy Blue #147CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 5.73%
G = 35.53%
B = 58.74%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#147CCD (or 0x147CCD) is known color: Navy Blue. HEX triplet: 14, 7C and CD. RGB value is (20,124,205). Sum of RGB (Red+Green+Blue) = 20+124+205=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #147CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CCD is #EB8332. Grayscale: #656565. Windows color (decimal): -15434547 or 13466644. OLE color: 13466644.

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

Color convert

RGB 20 124 205 -
CMYK 0.90 0.40 0 0.20
HSL 206.27º 0.82% 0.44% -
HSV(B) 206.27º 0.9% 0.8% -
XYZ 18.52 18.97 60.44 -
YUV 102.14 186.04 69.41 -
System Red Green Blue C M Y K H S L
Decimal 20 124 205 0.90 0.40 0 0.20 206.27 0.82 0.44
Hex 14 7C CD 5A 28 0 14 CE 52 2C
Octal 24 174 315 132 50 0 24 316 122 54
Binary 10100 1111100 11001101 1011010 101000 0 10100 11001110 1010010 101100

Color Harmonies of #147CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CCD

Black with #147CCD

Text Example


Text Example

White with #147CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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