#003BA6

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

Shades of International Klein Blue #003BA6

Tints of International Klein Blue #003BA6

Color information

#003BA6 (or 0x003BA6) is unknown color: approx International Klein Blue. HEX triplet: 00, 3B and A6. RGB value is (0,59,166). Sum of RGB (Red+Green+Blue) = 0+59+166=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #003BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003BA6 is #FFC459. Grayscale: #353535. Windows color (decimal): -16761946 or 10894080. OLE color: 10894080.

HSL color Cylindrical-coordinate representation of color #003BA6: hue angle of 218.67º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BA6 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB059166-
CMYK10.6400.35
HSL218.67º100%32.55%-
HSV(B)218.67º100%65.1%-
XYZ8.455.8836.77-
YUV53.56191.4589.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 166 (65.23% from 255) = 73.78%
R=0%
G=26.22%
B=73.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal05916610.6400.35218.6710032.55
Hex03BA66440023db6421
Octal07324614410004333314441
Binary011101110100110110010010000000100011110110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003BA6; }

 p { color: rgb(0,59,166); }

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

<style>
 a { background-color: #003BA6; }

 a { background-color: rgb(0,59,166); }

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

<style>
 span { border-color: #003BA6; }

 span { border-color: rgb(0,59,166); }

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