#0126B2

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

Shades of International Klein Blue #0126B2

Tints of International Klein Blue #0126B2

Color information

#0126B2 (or 0x0126B2) is unknown color: approx International Klein Blue. HEX triplet: 01, 26 and B2. RGB value is (1,38,178). Sum of RGB (Red+Green+Blue) = 1+38+178=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 178 (69.92% from 255 or 82.03% from 217); Max value from RGB is 178 - color contains mainly: blue. Hex color #0126B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0126B2 is #FED94D. Grayscale: #2A2A2A. Windows color (decimal): -16701774 or 11675137. OLE color: 11675137.

HSL color Cylindrical-coordinate representation of color #0126B2: hue angle of 227.46º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0126B2 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB138178-
CMYK0.990.7900.30
HSL227.46º98.88%35.1%-
HSV(B)227.46º99.44%69.8%-
XYZ8.744.6142.55-
YUV42.9204.2498.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 178 (69.92% from 255) = 82.03%
R=0.46%
G=17.51%
B=82.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381780.990.7900.30227.4698.8835.1
Hex126B2634F01Ee36323
Octal14626214311703634314343
Binary11001101011001011000111001111011110111000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0126B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0126B2; }

 p { color: rgb(1,38,178); }

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

<style>
 a { background-color: #0126B2; }

 a { background-color: rgb(1,38,178); }

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

<style>
 span { border-color: #0126B2; }

 span { border-color: rgb(1,38,178); }

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