#0127BB

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

Shades of International Klein Blue #0127BB

Tints of International Klein Blue #0127BB

Color information

#0127BB (or 0x0127BB) is unknown color: approx International Klein Blue. HEX triplet: 01, 27 and BB. RGB value is (1,39,187). Sum of RGB (Red+Green+Blue) = 1+39+187=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #0127BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0127BB is #FED844. Grayscale: #2B2B2B. Windows color (decimal): -16701509 or 12265217. OLE color: 12265217.

HSL color Cylindrical-coordinate representation of color #0127BB: hue angle of 227.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0127BB is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139187-
CMYK0.990.7900.27
HSL227.74º98.94%36.86%-
HSV(B)227.74º99.47%73.33%-
XYZ9.715.0547.48-
YUV44.51208.4196.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 187 (73.44% from 255) = 82.38%
R=0.44%
G=17.18%
B=82.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391870.990.7900.27227.7498.9436.86
Hex127BB634F01Be46325
Octal14727314311703334414345
Binary11001111011101111000111001111011011111001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0127BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0127BB; }

 p { color: rgb(1,39,187); }

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

<style>
 a { background-color: #0127BB; }

 a { background-color: rgb(1,39,187); }

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

<style>
 span { border-color: #0127BB; }

 span { border-color: rgb(1,39,187); }

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