#041C9F

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

Shades of International Klein Blue #041C9F

Tints of International Klein Blue #041C9F

Color information

#041C9F (or 0x041C9F) is unknown color: approx International Klein Blue. HEX triplet: 04, 1C and 9F. RGB value is (4,28,159). Sum of RGB (Red+Green+Blue) = 4+28+159=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #041C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C9F is #FBE360. Grayscale: #232323. Windows color (decimal): -16507745 or 10427396. OLE color: 10427396.

HSL color Cylindrical-coordinate representation of color #041C9F: hue angle of 230.71º 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 #041C9F is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB428159-
CMYK0.970.8200.38
HSL230.71º95.09%31.96%-
HSV(B)230.71º97.48%62.35%-
XYZ6.723.3633.09-
YUV35.76197.55105.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 159 (62.5% from 255) = 83.25%
R=2.09%
G=14.66%
B=83.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4281590.970.8200.38230.7195.0931.96
Hex41C9F6152026e75f20
Octal43423714112204634713740
Binary1001110010011111110000110100100100110111001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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