#147ED8

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

Shades of Navy Blue #147ED8

Tints of Navy Blue #147ED8

Color information

#147ED8 (or 0x147ED8) is unknown color: approx Navy Blue. HEX triplet: 14, 7E and D8. RGB value is (20,126,216). Sum of RGB (Red+Green+Blue) = 20+126+216=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #147ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ED8 is #EB8127. Grayscale: #686868. Windows color (decimal): -15434024 or 14188052. OLE color: 14188052.

HSL color Cylindrical-coordinate representation of color #147ED8: hue angle of 207.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147ED8 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20126216-
CMYK0.910.4200.15
HSL207.55º83.05%46.27%-
HSV(B)207.55º90.74%84.71%-
XYZ20.1420.0367.77-
YUV104.57190.8867.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.52%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 216 (84.77% from 255) = 59.67%
R=5.52%
G=34.81%
B=59.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201262160.910.4200.15207.5583.0546.27
Hex147ED85B2A0Fd0532e
Octal241763301335201732012356
Binary10100111111011011000101101110101001111110100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #147ED8;
 }
 .AnyTagClassName
 {
   color: #147ED8;
 }
</style>
background-color css

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

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

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

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

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

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