#063AB2

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

Shades of International Klein Blue #063AB2

Tints of International Klein Blue #063AB2

Color information

#063AB2 (or 0x063AB2) is unknown color: approx International Klein Blue. HEX triplet: 06, 3A and B2. RGB value is (6,58,178). Sum of RGB (Red+Green+Blue) = 6+58+178=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #063AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AB2 is #F9C54D. Grayscale: #373737. Windows color (decimal): -16368974 or 11680262. OLE color: 11680262.

HSL color Cylindrical-coordinate representation of color #063AB2: hue angle of 221.86º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AB2 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB658178-
CMYK0.970.6700.30
HSL221.86º93.48%36.08%-
HSV(B)221.86º96.63%69.8%-
XYZ9.626.2842.82-
YUV56.13196.7792.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 178 (69.92% from 255) = 73.55%
R=2.48%
G=23.97%
B=73.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6581780.970.6700.30221.8693.4836.08
Hex63AB2614301Ede5d24
Octal67226214110303633613544
Binary1101110101011001011000011000011011110110111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,58,178); }

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

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

 a { background-color: rgb(6,58,178); }

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

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

 span { border-color: rgb(6,58,178); }

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