#0427AE

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

Shades of International Klein Blue #0427AE

Tints of International Klein Blue #0427AE

Color information

#0427AE (or 0x0427AE) is unknown color: approx International Klein Blue. HEX triplet: 04, 27 and AE. RGB value is (4,39,174). Sum of RGB (Red+Green+Blue) = 4+39+174=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #0427AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0427AE is #FBD851. Grayscale: #2B2B2B. Windows color (decimal): -16504914 or 11413252. OLE color: 11413252.

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

Color convert

RGB439174-
CMYK0.980.7800.32
HSL227.65º95.51%34.9%-
HSV(B)227.65º97.7%68.24%-
XYZ8.424.5340.48-
YUV43.92201.499.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=1.84%
G=17.97%
B=80.18%

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
Decimal4391740.980.7800.32227.6595.5134.9
Hex427AE624E020e46023
Octal44725614211604034414043
Binary10010011110101110110001010011100100000111001001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0427AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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