#041AA9

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

Shades of International Klein Blue #041AA9

Tints of International Klein Blue #041AA9

Color information

#041AA9 (or 0x041AA9) is unknown color: approx International Klein Blue. HEX triplet: 04, 1A and A9. RGB value is (4,26,169). Sum of RGB (Red+Green+Blue) = 4+26+169=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 169 (66.41% from 255 or 84.92% from 199); Max value from RGB is 169 - color contains mainly: blue. Hex color #041AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AA9 is #FBE556. Grayscale: #232323. Windows color (decimal): -16508247 or 11082244. OLE color: 11082244.

HSL color Cylindrical-coordinate representation of color #041AA9: hue angle of 232º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041AA9 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB426169-
CMYK0.980.8500.34
HSL232º95.38%33.92%-
HSV(B)232º97.63%66.27%-
XYZ7.583.6337.84-
YUV35.72203.21105.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 169 (66.41% from 255) = 84.92%
R=2.01%
G=13.07%
B=84.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal4261690.980.8500.3423295.3833.92
Hex41AA96255022e85f22
Octal43225114212504235013742
Binary1001101010101001110001010101010100010111010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,26,169); }

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

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

 a { background-color: rgb(4,26,169); }

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

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

 span { border-color: rgb(4,26,169); }

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