#147ECE

Color #147ECE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #147ECE

Tints of Navy Blue #147ECE

Color information

#147ECE (or 0x147ECE) is unknown color: approx 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

RGB20126206-
CMYK0.900.3900.19
HSL205.81º82.3%44.31%-
HSV(B)205.81º90.29%80.78%-
XYZ18.8919.5361.17-
YUV103.43185.8868.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.68%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=5.68%
G=35.80%
B=58.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201262060.900.3900.19205.8182.344.31
Hex147ECE5A27013ce522c
Octal241763161324702331612254
Binary101001111110110011101011010100111010011110011101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>