#012CB2

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

Shades of International Klein Blue #012CB2

Tints of International Klein Blue #012CB2

Color information

#012CB2 (or 0x012CB2) is unknown color: approx International Klein Blue. HEX triplet: 01, 2C and B2. RGB value is (1,44,178). Sum of RGB (Red+Green+Blue) = 1+44+178=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 178 (69.92% from 255 or 79.82% from 223); Max value from RGB is 178 - color contains mainly: blue. Hex color #012CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012CB2 is #FED34D. Grayscale: #2D2D2D. Windows color (decimal): -16700238 or 11676673. OLE color: 11676673.

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

Color convert

RGB144178-
CMYK0.990.7500.30
HSL225.42º98.88%35.1%-
HSV(B)225.42º99.44%69.8%-
XYZ8.955.0242.62-
YUV46.42202.2595.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 178 (69.92% from 255) = 79.82%
R=0.45%
G=19.73%
B=79.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441780.990.7500.30225.4298.8835.1
Hex12CB2634B01Ee16323
Octal15426214311303634114343
Binary11011001011001011000111001011011110111000011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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