#0435AE

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

Shades of International Klein Blue #0435AE

Tints of International Klein Blue #0435AE

Color information

#0435AE (or 0x0435AE) is unknown color: approx International Klein Blue. HEX triplet: 04, 35 and AE. RGB value is (4,53,174). Sum of RGB (Red+Green+Blue) = 4+53+174=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #0435AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0435AE is #FBCA51. Grayscale: #333333. Windows color (decimal): -16501330 or 11416836. OLE color: 11416836.

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

Color convert

RGB453174-
CMYK0.980.7000.32
HSL222.71º95.51%34.9%-
HSV(B)222.71º97.7%68.24%-
XYZ8.965.6340.66-
YUV52.14196.7793.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.73%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=1.73%
G=22.94%
B=75.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4531740.980.7000.32222.7195.5134.9
Hex435AE6246020df6023
Octal46525614210604033714043
Binary10011010110101110110001010001100100000110111111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0435AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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