#0421B3

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

Shades of International Klein Blue #0421B3

Tints of International Klein Blue #0421B3

Color information

#0421B3 (or 0x0421B3) is unknown color: approx International Klein Blue. HEX triplet: 04, 21 and B3. RGB value is (4,33,179). Sum of RGB (Red+Green+Blue) = 4+33+179=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 179 (70.31% from 255 or 82.87% from 216); Max value from RGB is 179 - color contains mainly: blue. Hex color #0421B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0421B3 is #FBDE4C. Grayscale: #282828. Windows color (decimal): -16506445 or 11739396. OLE color: 11739396.

HSL color Cylindrical-coordinate representation of color #0421B3: hue angle of 230.06º 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 #0421B3 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB433179-
CMYK0.980.8200.30
HSL230.06º95.63%35.88%-
HSV(B)230.06º97.77%70.2%-
XYZ8.734.3743.03-
YUV40.97205.89101.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 179 (70.31% from 255) = 82.87%
R=1.85%
G=15.28%
B=82.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4331790.980.8200.30230.0695.6335.88
Hex421B3625201Ee66024
Octal44126314212203634614044
Binary1001000011011001111000101010010011110111001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0421B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0421B3; }

 p { color: rgb(4,33,179); }

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

<style>
 a { background-color: #0421B3; }

 a { background-color: rgb(4,33,179); }

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

<style>
 span { border-color: #0421B3; }

 span { border-color: rgb(4,33,179); }

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