#041B9F

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

Shades of International Klein Blue #041B9F

Tints of International Klein Blue #041B9F

Color information

#041B9F (or 0x041B9F) is unknown color: approx International Klein Blue. HEX triplet: 04, 1B and 9F. RGB value is (4,27,159). Sum of RGB (Red+Green+Blue) = 4+27+159=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #041B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041B9F is #FBE460. Grayscale: #222222. Windows color (decimal): -16508001 or 10427140. OLE color: 10427140.

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

Color convert

RGB427159-
CMYK0.970.8300.38
HSL231.1º95.09%31.96%-
HSV(B)231.1º97.48%62.35%-
XYZ6.73.3133.09-
YUV35.17197.88105.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 27 (10.94% from 255) = 14.21%
BLUE value IS 159 (62.5% from 255) = 83.68%
R=2.11%
G=14.21%
B=83.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4271590.970.8300.38231.195.0931.96
Hex41B9F6153026e75f20
Octal43323714112304634713740
Binary1001101110011111110000110100110100110111001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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