#041DAE

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

Shades of International Klein Blue #041DAE

Tints of International Klein Blue #041DAE

Color information

#041DAE (or 0x041DAE) is unknown color: approx International Klein Blue. HEX triplet: 04, 1D and AE. RGB value is (4,29,174). Sum of RGB (Red+Green+Blue) = 4+29+174=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #041DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041DAE is #FBE251. Grayscale: #252525. Windows color (decimal): -16507474 or 11410692. OLE color: 11410692.

HSL color Cylindrical-coordinate representation of color #041DAE: hue angle of 231.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DAE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB429174-
CMYK0.980.8300.32
HSL231.18º95.51%34.9%-
HSV(B)231.18º97.7%68.24%-
XYZ8.133.9640.38-
YUV38.06204.72103.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 29 (11.72% from 255) = 14.01%
BLUE value IS 174 (68.36% from 255) = 84.06%
R=1.93%
G=14.01%
B=84.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4291740.980.8300.32231.1895.5134.9
Hex41DAE6253020e76023
Octal43525614212304034714043
Binary1001110110101110110001010100110100000111001111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,29,174); }

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

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

 a { background-color: rgb(4,29,174); }

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

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

 span { border-color: rgb(4,29,174); }

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