#145BE2

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

Shades of Navy Blue #145BE2

Tints of Navy Blue #145BE2

Color information

#145BE2 (or 0x145BE2) is unknown color: approx Navy Blue. HEX triplet: 14, 5B and E2. RGB value is (20,91,226). Sum of RGB (Red+Green+Blue) = 20+91+226=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 226 (88.67% from 255 or 67.06% from 337); Max value from RGB is 226 - color contains mainly: blue. Hex color #145BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BE2 is #EBA41D. Grayscale: #545454. Windows color (decimal): -15442974 or 14834452. OLE color: 14834452.

HSL color Cylindrical-coordinate representation of color #145BE2: hue angle of 219.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145BE2 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2091226-
CMYK0.910.6000.11
HSL219.32º83.74%48.24%-
HSV(B)219.32º91.15%88.63%-
XYZ17.7613.1273.55-
YUV85.16207.4881.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.93%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 226 (88.67% from 255) = 67.06%
R=5.93%
G=27.00%
B=67.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20912260.910.6000.11219.3283.7448.24
Hex145BE25B3C0Bdb5430
Octal241333421337401333312460
Binary10100101101111100010101101111110001011110110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,226); }

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

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

 a { background-color: rgb(20,91,226); }

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

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

 span { border-color: rgb(20,91,226); }

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