#012DBE

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

Shades of International Klein Blue #012DBE

Tints of International Klein Blue #012DBE

Color information

#012DBE (or 0x012DBE) is unknown color: approx International Klein Blue. HEX triplet: 01, 2D and BE. RGB value is (1,45,190). Sum of RGB (Red+Green+Blue) = 1+45+190=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #012DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DBE is #FED241. Grayscale: #2F2F2F. Windows color (decimal): -16699970 or 12463361. OLE color: 12463361.

HSL color Cylindrical-coordinate representation of color #012DBE: hue angle of 226.03º 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 #012DBE is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145190-
CMYK0.990.7600.25
HSL226.03º98.95%37.45%-
HSV(B)226.03º99.47%74.51%-
XYZ10.255.649.26-
YUV48.37207.9294.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 190 (74.61% from 255) = 80.51%
R=0.42%
G=19.07%
B=80.51%

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
Decimal1451900.990.7600.25226.0398.9537.45
Hex12DBE634C019e26325
Octal15527614311403134214345
Binary11011011011111011000111001100011001111000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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