#0433AC

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

Shades of International Klein Blue #0433AC

Tints of International Klein Blue #0433AC

Color information

#0433AC (or 0x0433AC) is unknown color: approx International Klein Blue. HEX triplet: 04, 33 and AC. RGB value is (4,51,172). Sum of RGB (Red+Green+Blue) = 4+51+172=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #0433AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0433AC is #FBCC53. Grayscale: #323232. Windows color (decimal): -16501844 or 11285252. OLE color: 11285252.

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

Color convert

RGB451172-
CMYK0.980.7000.33
HSL223.21º95.45%34.51%-
HSV(B)223.21º97.67%67.45%-
XYZ8.685.3739.61-
YUV50.74196.4394.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 172 (67.58% from 255) = 75.77%
R=1.76%
G=22.47%
B=75.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4511720.980.7000.33223.2195.4534.51
Hex433AC6246021df5f23
Octal46325414210604133713743
Binary10011001110101100110001010001100100001110111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0433AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0433AC; }

 p { color: rgb(4,51,172); }

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

<style>
 a { background-color: #0433AC; }

 a { background-color: rgb(4,51,172); }

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

<style>
 span { border-color: #0433AC; }

 span { border-color: rgb(4,51,172); }

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