#0636AA

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

Shades of International Klein Blue #0636AA

Tints of International Klein Blue #0636AA

Color information

#0636AA (or 0x0636AA) is unknown color: approx International Klein Blue. HEX triplet: 06, 36 and AA. RGB value is (6,54,170). Sum of RGB (Red+Green+Blue) = 6+54+170=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #0636AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0636AA is #F9C955. Grayscale: #343434. Windows color (decimal): -16370006 or 11154950. OLE color: 11154950.

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

Color convert

RGB654170-
CMYK0.960.6800.33
HSL222.44º93.18%34.51%-
HSV(B)222.44º96.47%66.67%-
XYZ8.655.5838.65-
YUV52.87194.194.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 170 (66.80% from 255) = 73.91%
R=2.61%
G=23.48%
B=73.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6541700.960.6800.33222.4493.1834.51
Hex636AA6044021de5d23
Octal66625214010404133613543
Binary11011011010101010110000010001000100001110111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0636AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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