#0134B2

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

Shades of International Klein Blue #0134B2

Tints of International Klein Blue #0134B2

Color information

#0134B2 (or 0x0134B2) is unknown color: approx International Klein Blue. HEX triplet: 01, 34 and B2. RGB value is (1,52,178). Sum of RGB (Red+Green+Blue) = 1+52+178=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #0134B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0134B2 is #FECB4D. Grayscale: #323232. Windows color (decimal): -16698190 or 11678721. OLE color: 11678721.

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

Color convert

RGB152178-
CMYK0.990.7100.30
HSL222.71º98.88%35.1%-
HSV(B)222.71º99.44%69.8%-
XYZ9.285.6842.73-
YUV51.11199.692.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 178 (69.92% from 255) = 77.06%
R=0.43%
G=22.51%
B=77.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521780.990.7100.30222.7198.8835.1
Hex134B2634701Edf6323
Octal16426214310703633714343
Binary11101001011001011000111000111011110110111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0134B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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