#041ba0

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

Shades of International Klein Blue #041BA0

Tints of International Klein Blue #041BA0

Color information

#041BA0 (or 0x041BA0) is unknown color: approx International Klein Blue. HEX triplet: 04, 1B and A0. RGB value is (4,27,160). Sum of RGB (Red+Green+Blue) = 4+27+160=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 160 (62.89% from 255 or 83.77% from 191); Max value from RGB is 160 - color contains mainly: blue. Hex color #041BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041BA0 is #FBE45F. Grayscale: #222222. Windows color (decimal): -16508000 or 10492676. OLE color: 10492676.

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

Color convert

RGB427160-
CMYK0.980.8300.37
HSL231.15º95.12%32.16%-
HSV(B)231.15º97.5%62.75%-
XYZ6.793.3533.55-
YUV35.28198.38105.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 160 (62.89% from 255) = 83.77%
R=2.09%
G=14.14%
B=83.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4271600.980.8300.37231.1595.1232.16
Hex41BA06253025e75f20
Octal43324014212304534713740
Binary1001101110100000110001010100110100101111001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,27,160); }

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

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

 a { background-color: rgb(4,27,160); }

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

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

 span { border-color: rgb(4,27,160); }

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