#063AB8

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

Shades of International Klein Blue #063AB8

Tints of International Klein Blue #063AB8

Color information

#063AB8 (or 0x063AB8) is unknown color: approx International Klein Blue. HEX triplet: 06, 3A and B8. RGB value is (6,58,184). Sum of RGB (Red+Green+Blue) = 6+58+184=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #063AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063AB8 is #F9C547. Grayscale: #383838. Windows color (decimal): -16368968 or 12073478. OLE color: 12073478.

HSL color Cylindrical-coordinate representation of color #063AB8: hue angle of 222.47º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AB8 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB658184-
CMYK0.970.6800.28
HSL222.47º93.68%37.25%-
HSV(B)222.47º96.74%72.16%-
XYZ10.246.5346.07-
YUV56.82199.7791.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 184 (72.27% from 255) = 74.19%
R=2.42%
G=23.39%
B=74.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6581840.970.6800.28222.4793.6837.25
Hex63AB8614401Cde5e25
Octal67227014110403433613645
Binary1101110101011100011000011000100011100110111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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