Html Css Color HEX #147ECE Navy Blue

📋 copy color: '#147ECE'

red 20 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #147ECE

Tints of Navy Blue #147ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

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

R = 5.68%
G = 35.8%
B = 58.52%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#147ECE (or 0x147ECE) is known color: Navy Blue. HEX triplet: 14, 7E and CE. RGB value is (20,126,206). Sum of RGB (Red+Green+Blue) = 20+126+206=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #147ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ECE is #EB8131. Grayscale: #666666. Windows color (decimal): -15434034 or 13532692. OLE color: 13532692.

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

Color convert

RGB 20 126 206 -
CMYK 0.90 0.39 0 0.19
HSL 205.81º 0.82% 0.44% -
HSV(B) 205.81º 0.9% 0.81% -
XYZ 18.89 19.53 61.17 -
YUV 103.43 185.88 68.5 -
System Red Green Blue C M Y K H S L
Decimal 20 126 206 0.90 0.39 0 0.19 205.81 0.82 0.44
Hex 14 7E CE 5A 27 0 13 CE 52 2C
Octal 24 176 316 132 47 0 23 316 122 54
Binary 10100 1111110 11001110 1011010 100111 0 10011 11001110 1010010 101100

Color Harmonies of #147ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147ECE

Black with #147ECE

Text Example


Text Example

White with #147ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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