Html Css Color HEX #147CCE Navy Blue

📋 copy color: '#147CCE'

red 20 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #147CCE

Tints of Navy Blue #147CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 5.71%
G = 35.43%
B = 58.86%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#147CCE (or 0x147CCE) is known color: Navy Blue. HEX triplet: 14, 7C and CE. RGB value is (20,124,206). Sum of RGB (Red+Green+Blue) = 20+124+206=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #147CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CCE is #EB8331. Grayscale: #656565. Windows color (decimal): -15434546 or 13532180. OLE color: 13532180.

HSL color Cylindrical-coordinate representation of color #147CCE: hue angle of 206.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147CCE is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 124 206 -
CMYK 0.90 0.40 0 0.19
HSL 206.45º 0.82% 0.44% -
HSV(B) 206.45º 0.9% 0.81% -
XYZ 18.64 19.02 61.08 -
YUV 102.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 20 124 206 0.90 0.40 0 0.19 206.45 0.82 0.44
Hex 14 7C CE 5A 28 0 13 CE 52 2C
Octal 24 174 316 132 50 0 23 316 122 54
Binary 10100 1111100 11001110 1011010 101000 0 10011 11001110 1010010 101100

Color Harmonies of #147CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147CCE

Black with #147CCE

Text Example


Text Example

White with #147CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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