#041CAD

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

Shades of International Klein Blue #041CAD

Tints of International Klein Blue #041CAD

Color information

#041CAD (or 0x041CAD) is unknown color: approx International Klein Blue. HEX triplet: 04, 1C and AD. RGB value is (4,28,173). Sum of RGB (Red+Green+Blue) = 4+28+173=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 173 (67.97% from 255 or 84.39% from 205); Max value from RGB is 173 - color contains mainly: blue. Hex color #041CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041CAD is #FBE352. Grayscale: #242424. Windows color (decimal): -16507731 or 11344900. OLE color: 11344900.

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

Color convert

RGB428173-
CMYK0.980.8400.32
HSL231.48º95.48%34.71%-
HSV(B)231.48º97.69%67.84%-
XYZ8.013.8739.86-
YUV37.35204.55104.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 173 (67.97% from 255) = 84.39%
R=1.95%
G=13.66%
B=84.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4281730.980.8400.32231.4895.4834.71
Hex41CAD6254020e75f23
Octal43425514212404034713743
Binary1001110010101101110001010101000100000111001111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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