#041BAD

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

Shades of International Klein Blue #041BAD

Tints of International Klein Blue #041BAD

Color information

#041BAD (or 0x041BAD) is unknown color: approx International Klein Blue. HEX triplet: 04, 1B and AD. RGB value is (4,27,173). Sum of RGB (Red+Green+Blue) = 4+27+173=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #041BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041BAD is #FBE452. Grayscale: #242424. Windows color (decimal): -16507987 or 11344644. OLE color: 11344644.

HSL color Cylindrical-coordinate representation of color #041BAD: hue angle of 231.83º 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 #041BAD is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB427173-
CMYK0.980.8400.32
HSL231.83º95.48%34.71%-
HSV(B)231.83º97.69%67.84%-
XYZ7.983.8339.85-
YUV36.77204.88104.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 173 (67.97% from 255) = 84.80%
R=1.96%
G=13.24%
B=84.80%

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
Decimal4271730.980.8400.32231.8395.4834.71
Hex41BAD6254020e85f23
Octal43325514212404035013743
Binary1001101110101101110001010101000100000111010001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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