#0422B2

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

Shades of International Klein Blue #0422B2

Tints of International Klein Blue #0422B2

Color information

#0422B2 (or 0x0422B2) is unknown color: approx International Klein Blue. HEX triplet: 04, 22 and B2. RGB value is (4,34,178). Sum of RGB (Red+Green+Blue) = 4+34+178=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 178 (69.92% from 255 or 82.41% from 216); Max value from RGB is 178 - color contains mainly: blue. Hex color #0422B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0422B2 is #FBDD4D. Grayscale: #282828. Windows color (decimal): -16506190 or 11674116. OLE color: 11674116.

HSL color Cylindrical-coordinate representation of color #0422B2: hue angle of 229.66º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0422B2 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB434178-
CMYK0.980.8100.30
HSL229.66º95.6%35.69%-
HSV(B)229.66º97.75%69.8%-
XYZ8.664.3842.51-
YUV41.45205.06101.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 178 (69.92% from 255) = 82.41%
R=1.85%
G=15.74%
B=82.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4341780.980.8100.30229.6695.635.69
Hex422B2625101Ee66024
Octal44226214212103634614044
Binary1001000101011001011000101010001011110111001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0422B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0422B2; }

 p { color: rgb(4,34,178); }

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

<style>
 a { background-color: #0422B2; }

 a { background-color: rgb(4,34,178); }

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

<style>
 span { border-color: #0422B2; }

 span { border-color: rgb(4,34,178); }

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