#041CAE

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

Shades of International Klein Blue #041CAE

Tints of International Klein Blue #041CAE

Color information

#041CAE (or 0x041CAE) is unknown color: approx International Klein Blue. HEX triplet: 04, 1C and AE. RGB value is (4,28,174). Sum of RGB (Red+Green+Blue) = 4+28+174=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #041CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041CAE is #FBE351. Grayscale: #242424. Windows color (decimal): -16507730 or 11410436. OLE color: 11410436.

HSL color Cylindrical-coordinate representation of color #041CAE: hue angle of 231.53º 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 #041CAE is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB428174-
CMYK0.980.8400.32
HSL231.53º95.51%34.9%-
HSV(B)231.53º97.7%68.24%-
XYZ8.113.9140.37-
YUV37.47205.05104.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 174 (68.36% from 255) = 84.47%
R=1.94%
G=13.59%
B=84.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4281740.980.8400.32231.5395.5134.9
Hex41CAE6254020e86023
Octal43425614212404035014043
Binary1001110010101110110001010101000100000111010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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