#041FEB

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

Shades of Blue #041FEB

Tints of Blue #041FEB

Color information

#041FEB (or 0x041FEB) is unknown color: approx Blue. HEX triplet: 04, 1F and EB. RGB value is (4,31,235). Sum of RGB (Red+Green+Blue) = 4+31+235=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 235 (92.19% from 255 or 87.04% from 270); Max value from RGB is 235 - color contains mainly: blue. Hex color #041FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FEB is #FBE014. Grayscale: #2D2D2D. Windows color (decimal): -16506901 or 15408900. OLE color: 15408900.

HSL color Cylindrical-coordinate representation of color #041FEB: hue angle of 232.99º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FEB is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB431235-
CMYK0.980.8700.08
HSL232.99º96.65%46.86%-
HSV(B)232.99º98.3%92.16%-
XYZ15.54779.13-
YUV46.18234.5597.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.48%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 235 (92.19% from 255) = 87.04%
R=1.48%
G=11.48%
B=87.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4312350.980.8700.08232.9996.6546.86
Hex41FEB625708e9612f
Octal43735314212701035114157
Binary10011111111010111100010101011101000111010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041FEB; }

 p { color: rgb(4,31,235); }

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

<style>
 a { background-color: #041FEB; }

 a { background-color: rgb(4,31,235); }

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

<style>
 span { border-color: #041FEB; }

 span { border-color: rgb(4,31,235); }

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