#063BAE

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

Shades of International Klein Blue #063BAE

Tints of International Klein Blue #063BAE

Color information

#063BAE (or 0x063BAE) is unknown color: approx International Klein Blue. HEX triplet: 06, 3B and AE. RGB value is (6,59,174). Sum of RGB (Red+Green+Blue) = 6+59+174=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #063BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BAE is #F9C451. Grayscale: #373737. Windows color (decimal): -16368722 or 11418374. OLE color: 11418374.

HSL color Cylindrical-coordinate representation of color #063BAE: hue angle of 221.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BAE is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB659174-
CMYK0.970.6600.32
HSL221.07º93.33%35.29%-
HSV(B)221.07º96.55%68.24%-
XYZ9.286.2240.76-
YUV56.26194.4492.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=2.51%
G=24.69%
B=72.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6591740.970.6600.32221.0793.3335.29
Hex63BAE6142020dd5d23
Octal67325614110204033513543
Binary11011101110101110110000110000100100000110111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063BAE; }

 p { color: rgb(6,59,174); }

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

<style>
 a { background-color: #063BAE; }

 a { background-color: rgb(6,59,174); }

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

<style>
 span { border-color: #063BAE; }

 span { border-color: rgb(6,59,174); }

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