#041AA8

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

Shades of International Klein Blue #041AA8

Tints of International Klein Blue #041AA8

Color information

#041AA8 (or 0x041AA8) is unknown color: approx International Klein Blue. HEX triplet: 04, 1A and A8. RGB value is (4,26,168). Sum of RGB (Red+Green+Blue) = 4+26+168=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 168 (66.02% from 255 or 84.85% from 198); Max value from RGB is 168 - color contains mainly: blue. Hex color #041AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041AA8 is #FBE557. Grayscale: #232323. Windows color (decimal): -16508248 or 11016708. OLE color: 11016708.

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

Color convert

RGB426168-
CMYK0.980.8500.34
HSL231.95º95.35%33.73%-
HSV(B)231.95º97.62%65.88%-
XYZ7.493.5937.34-
YUV35.61202.71105.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 168 (66.02% from 255) = 84.85%
R=2.02%
G=13.13%
B=84.85%

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
Decimal4261680.980.8500.34231.9595.3533.73
Hex41AA86255022e85f22
Octal43225014212504235013742
Binary1001101010101000110001010101010100010111010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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