#063BAF

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

Shades of International Klein Blue #063BAF

Tints of International Klein Blue #063BAF

Color information

#063BAF (or 0x063BAF) is unknown color: approx International Klein Blue. HEX triplet: 06, 3B and AF. RGB value is (6,59,175). Sum of RGB (Red+Green+Blue) = 6+59+175=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #063BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BAF is #F9C450. Grayscale: #373737. Windows color (decimal): -16368721 or 11483910. OLE color: 11483910.

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

Color convert

RGB659175-
CMYK0.970.6600.31
HSL221.18º93.37%35.49%-
HSV(B)221.18º96.57%68.63%-
XYZ9.386.2641.27-
YUV56.38194.9492.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 175 (68.75% from 255) = 72.92%
R=2.5%
G=24.58%
B=72.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6591750.970.6600.31221.1893.3735.49
Hex63BAF614201Fdd5d23
Octal67325714110203733513543
Binary1101110111010111111000011000010011111110111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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