#0431AB

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

Shades of International Klein Blue #0431AB

Tints of International Klein Blue #0431AB

Color information

#0431AB (or 0x0431AB) is unknown color: approx International Klein Blue. HEX triplet: 04, 31 and AB. RGB value is (4,49,171). Sum of RGB (Red+Green+Blue) = 4+49+171=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #0431AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0431AB is #FBCE54. Grayscale: #303030. Windows color (decimal): -16502357 or 11219204. OLE color: 11219204.

HSL color Cylindrical-coordinate representation of color #0431AB: hue angle of 223.83º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0431AB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB449171-
CMYK0.980.7100.33
HSL223.83º95.43%34.31%-
HSV(B)223.83º97.66%67.06%-
XYZ8.55.1639.08-
YUV49.45196.5995.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 171 (67.19% from 255) = 76.34%
R=1.79%
G=21.88%
B=76.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4491710.980.7100.33223.8395.4334.31
Hex431AB6247021e05f22
Octal46125314210704134013742
Binary10011000110101011110001010001110100001111000001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0431AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0431AB; }

 p { color: rgb(4,49,171); }

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

<style>
 a { background-color: #0431AB; }

 a { background-color: rgb(4,49,171); }

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

<style>
 span { border-color: #0431AB; }

 span { border-color: rgb(4,49,171); }

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