#012EBE

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

Shades of International Klein Blue #012EBE

Tints of International Klein Blue #012EBE

Color information

#012EBE (or 0x012EBE) is unknown color: approx International Klein Blue. HEX triplet: 01, 2E and BE. RGB value is (1,46,190). Sum of RGB (Red+Green+Blue) = 1+46+190=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #012EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBE is #FED141. Grayscale: #303030. Windows color (decimal): -16699714 or 12463617. OLE color: 12463617.

HSL color Cylindrical-coordinate representation of color #012EBE: hue angle of 225.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012EBE is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146190-
CMYK0.990.7600.25
HSL225.71º98.95%37.45%-
HSV(B)225.71º99.47%74.51%-
XYZ10.285.6849.27-
YUV48.96207.5993.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 190 (74.61% from 255) = 80.17%
R=0.42%
G=19.41%
B=80.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461900.990.7600.25225.7198.9537.45
Hex12EBE634C019e26325
Octal15627614311403134214345
Binary11011101011111011000111001100011001111000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012EBE; }

 p { color: rgb(1,46,190); }

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

<style>
 a { background-color: #012EBE; }

 a { background-color: rgb(1,46,190); }

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

<style>
 span { border-color: #012EBE; }

 span { border-color: rgb(1,46,190); }

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