#0432AD

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

Shades of International Klein Blue #0432AD

Tints of International Klein Blue #0432AD

Color information

#0432AD (or 0x0432AD) is unknown color: approx International Klein Blue. HEX triplet: 04, 32 and AD. RGB value is (4,50,173). Sum of RGB (Red+Green+Blue) = 4+50+173=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #0432AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0432AD is #FBCD52. Grayscale: #313131. Windows color (decimal): -16502099 or 11350532. OLE color: 11350532.

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

Color convert

RGB450173-
CMYK0.980.7100.32
HSL223.67º95.48%34.71%-
HSV(B)223.67º97.69%67.84%-
XYZ8.735.3240.1-
YUV50.27197.2695-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=1.76%
G=22.03%
B=76.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4501730.980.7100.32223.6795.4834.71
Hex432AD6247020e05f23
Octal46225514210704034013743
Binary10011001010101101110001010001110100000111000001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0432AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0432AD; }

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

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

<style>
 a { background-color: #0432AD; }

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

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

<style>
 span { border-color: #0432AD; }

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

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