#145FEF

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

Shades of Navy Blue #145FEF

Tints of Navy Blue #145FEF

Color information

#145FEF (or 0x145FEF) is unknown color: approx Navy Blue. HEX triplet: 14, 5F and EF. RGB value is (20,95,239). Sum of RGB (Red+Green+Blue) = 20+95+239=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #145FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FEF is #EBA010. Grayscale: #585858. Windows color (decimal): -15441937 or 15687444. OLE color: 15687444.

HSL color Cylindrical-coordinate representation of color #145FEF: hue angle of 219.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FEF is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2095239-
CMYK0.920.6000.06
HSL219.45º87.25%50.78%-
HSV(B)219.45º91.63%93.73%-
XYZ19.9614.5783.42-
YUV88.99212.6578.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.65%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 239 (93.75% from 255) = 67.51%
R=5.65%
G=26.84%
B=67.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20952390.920.6000.06219.4587.2550.78
Hex145FEF5C3C06db5733
Octal24137357134740633312763
Binary1010010111111110111110111001111000110110110111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145FEF; }

 p { color: rgb(20,95,239); }

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

<style>
 a { background-color: #145FEF; }

 a { background-color: rgb(20,95,239); }

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

<style>
 span { border-color: #145FEF; }

 span { border-color: rgb(20,95,239); }

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