#0125B2

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

Shades of International Klein Blue #0125B2

Tints of International Klein Blue #0125B2

Color information

#0125B2 (or 0x0125B2) is unknown color: approx International Klein Blue. HEX triplet: 01, 25 and B2. RGB value is (1,37,178). Sum of RGB (Red+Green+Blue) = 1+37+178=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 178 (69.92% from 255 or 82.41% from 216); Max value from RGB is 178 - color contains mainly: blue. Hex color #0125B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0125B2 is #FEDA4D. Grayscale: #292929. Windows color (decimal): -16702030 or 11674881. OLE color: 11674881.

HSL color Cylindrical-coordinate representation of color #0125B2: hue angle of 227.8º 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 #0125B2 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137178-
CMYK0.990.7900.30
HSL227.8º98.88%35.1%-
HSV(B)227.8º99.44%69.8%-
XYZ8.714.5442.54-
YUV42.31204.5798.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 178 (69.92% from 255) = 82.41%
R=0.46%
G=17.13%
B=82.41%

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
Decimal1371780.990.7900.30227.898.8835.1
Hex125B2634F01Ee46323
Octal14526214311703634414343
Binary11001011011001011000111001111011110111001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0125B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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