#0428AE

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

Shades of International Klein Blue #0428AE

Tints of International Klein Blue #0428AE

Color information

#0428AE (or 0x0428AE) is unknown color: approx International Klein Blue. HEX triplet: 04, 28 and AE. RGB value is (4,40,174). Sum of RGB (Red+Green+Blue) = 4+40+174=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #0428AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0428AE is #FBD751. Grayscale: #2B2B2B. Windows color (decimal): -16504658 or 11413508. OLE color: 11413508.

HSL color Cylindrical-coordinate representation of color #0428AE: hue angle of 227.29º degrees, saturation: 0.96, 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 #0428AE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB440174-
CMYK0.980.7700.32
HSL227.29º95.51%34.9%-
HSV(B)227.29º97.7%68.24%-
XYZ8.454.640.49-
YUV44.51201.0799.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 174 (68.36% from 255) = 79.82%
R=1.83%
G=18.35%
B=79.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4401740.980.7700.32227.2995.5134.9
Hex428AE624D020e36023
Octal45025614211504034314043
Binary10010100010101110110001010011010100000111000111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0428AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0428AE; }

 p { color: rgb(4,40,174); }

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

<style>
 a { background-color: #0428AE; }

 a { background-color: rgb(4,40,174); }

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

<style>
 span { border-color: #0428AE; }

 span { border-color: rgb(4,40,174); }

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