#132EFE

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

Shades of Blue #132EFE

Tints of Blue #132EFE

Color information

#132EFE (or 0x132EFE) is unknown color: approx Blue. HEX triplet: 13, 2E and FE. RGB value is (19,46,254). Sum of RGB (Red+Green+Blue) = 19+46+254=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #132EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132EFE is #ECD101. Grayscale: #3C3C3C. Windows color (decimal): -15520002 or 16657939. OLE color: 16657939.

HSL color Cylindrical-coordinate representation of color #132EFE: hue angle of 233.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #132EFE is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1946254-
CMYK0.930.8200.00
HSL233.11º99.16%53.53%-
HSV(B)233.11º92.52%99.61%-
XYZ19.139.2594.54-
YUV61.64236.5597.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.96%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 254 (99.61% from 255) = 79.62%
R=5.96%
G=14.42%
B=79.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal19462540.930.8200.00233.1199.1653.53
Hex132EFE5D5200e96336
Octal23563761351220035114366
Binary10011101110111111101011101101001000111010011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132EFE; }

 p { color: rgb(19,46,254); }

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

<style>
 a { background-color: #132EFE; }

 a { background-color: rgb(19,46,254); }

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

<style>
 span { border-color: #132EFE; }

 span { border-color: rgb(19,46,254); }

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