#0635AB

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

Shades of International Klein Blue #0635AB

Tints of International Klein Blue #0635AB

Color information

#0635AB (or 0x0635AB) is unknown color: approx International Klein Blue. HEX triplet: 06, 35 and AB. RGB value is (6,53,171). Sum of RGB (Red+Green+Blue) = 6+53+171=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0635AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0635AB is #F9CA54. Grayscale: #333333. Windows color (decimal): -16370261 or 11220230. OLE color: 11220230.

HSL color Cylindrical-coordinate representation of color #0635AB: hue angle of 222.91º 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 #0635AB is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB653171-
CMYK0.960.6900.33
HSL222.91º93.22%34.71%-
HSV(B)222.91º96.49%67.06%-
XYZ8.75.5339.14-
YUV52.4194.9394.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 171 (67.19% from 255) = 74.35%
R=2.61%
G=23.04%
B=74.35%

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
Decimal6531710.960.6900.33222.9193.2234.71
Hex635AB6045021df5d23
Octal66525314010504133713543
Binary11011010110101011110000010001010100001110111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0635AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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