#146fe2

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

Shades of Navy Blue #146FE2

Tints of Navy Blue #146FE2

Color information

#146FE2 (or 0x146FE2) is unknown color: approx Navy Blue. HEX triplet: 14, 6F and E2. RGB value is (20,111,226). Sum of RGB (Red+Green+Blue) = 20+111+226=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #146FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FE2 is #EB901D. Grayscale: #606060. Windows color (decimal): -15437854 or 14839572. OLE color: 14839572.

HSL color Cylindrical-coordinate representation of color #146FE2: hue angle of 213.5º 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 #146FE2 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20111226-
CMYK0.910.5100.11
HSL213.5º83.74%48.24%-
HSV(B)213.5º91.15%88.63%-
XYZ19.717.0174.2-
YUV96.9200.8573.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.60%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 226 (88.67% from 255) = 63.31%
R=5.60%
G=31.09%
B=63.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201112260.910.5100.11213.583.7448.24
Hex146FE25B330Bd55430
Octal241573421336301332512460
Binary10100110111111100010101101111001101011110101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146fe2; }

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

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

<style>
 a { background-color: #146fe2; }

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

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

<style>
 span { border-color: #146fe2; }

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

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