#0426AE

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

Shades of International Klein Blue #0426AE

Tints of International Klein Blue #0426AE

Color information

#0426AE (or 0x0426AE) is unknown color: approx International Klein Blue. HEX triplet: 04, 26 and AE. RGB value is (4,38,174). Sum of RGB (Red+Green+Blue) = 4+38+174=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #0426AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0426AE is #FBD951. Grayscale: #2A2A2A. Windows color (decimal): -16505170 or 11412996. OLE color: 11412996.

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

Color convert

RGB438174-
CMYK0.980.7800.32
HSL228º95.51%34.9%-
HSV(B)228º97.7%68.24%-
XYZ8.384.4740.46-
YUV43.34201.7499.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 38 (15.23% from 255) = 17.59%
BLUE value IS 174 (68.36% from 255) = 80.56%
R=1.85%
G=17.59%
B=80.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4381740.980.7800.3222895.5134.9
Hex426AE624E020e46023
Octal44625614211604034414043
Binary10010011010101110110001010011100100000111001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0426AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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