#0635AA

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

Shades of International Klein Blue #0635AA

Tints of International Klein Blue #0635AA

Color information

#0635AA (or 0x0635AA) is unknown color: approx International Klein Blue. HEX triplet: 06, 35 and AA. RGB value is (6,53,170). Sum of RGB (Red+Green+Blue) = 6+53+170=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #0635AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0635AA is #F9CA55. Grayscale: #333333. Windows color (decimal): -16370262 or 11154694. OLE color: 11154694.

HSL color Cylindrical-coordinate representation of color #0635AA: hue angle of 222.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0635AA is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB653170-
CMYK0.960.6900.33
HSL222.8º93.18%34.51%-
HSV(B)222.8º96.47%66.67%-
XYZ8.65.4938.64-
YUV52.28194.4394.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.62%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=2.62%
G=23.14%
B=74.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6531700.960.6900.33222.893.1834.51
Hex635AA6045021df5d23
Octal66525214010504133713543
Binary11011010110101010110000010001010100001110111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0635AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0635AA; }

 p { color: rgb(6,53,170); }

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

<style>
 a { background-color: #0635AA; }

 a { background-color: rgb(6,53,170); }

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

<style>
 span { border-color: #0635AA; }

 span { border-color: rgb(6,53,170); }

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