#041C9E

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

Shades of International Klein Blue #041C9E

Tints of International Klein Blue #041C9E

Color information

#041C9E (or 0x041C9E) is unknown color: approx International Klein Blue. HEX triplet: 04, 1C and 9E. RGB value is (4,28,158). Sum of RGB (Red+Green+Blue) = 4+28+158=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #041C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C9E is #FBE361. Grayscale: #232323. Windows color (decimal): -16507746 or 10361860. OLE color: 10361860.

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

Color convert

RGB428158-
CMYK0.970.8200.38
HSL230.65º95.06%31.76%-
HSV(B)230.65º97.47%61.96%-
XYZ6.643.3232.64-
YUV35.64197.05105.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=2.11%
G=14.74%
B=83.16%

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
Decimal4281580.970.8200.38230.6595.0631.76
Hex41C9E6152026e75f20
Octal43423614112204634713740
Binary1001110010011110110000110100100100110111001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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