#002AB1

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

Shades of International Klein Blue #002AB1

Tints of International Klein Blue #002AB1

Color information

#002AB1 (or 0x002AB1) is unknown color: approx International Klein Blue. HEX triplet: 00, 2A and B1. RGB value is (0,42,177). Sum of RGB (Red+Green+Blue) = 0+42+177=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 177 (69.53% from 255 or 80.82% from 219); Max value from RGB is 177 - color contains mainly: blue. Hex color #002AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AB1 is #FFD54E. Grayscale: #2C2C2C. Windows color (decimal): -16766287 or 11610624. OLE color: 11610624.

HSL color Cylindrical-coordinate representation of color #002AB1: hue angle of 225.76º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AB1 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB042177-
CMYK10.7600.31
HSL225.76º100%34.71%-
HSV(B)225.76º100%69.41%-
XYZ8.764.8342.07-
YUV44.83202.5996.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 177 (69.53% from 255) = 80.82%
R=0%
G=19.18%
B=80.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal04217710.7600.31225.7610034.71
Hex02AB1644C01Fe26423
Octal05226114411403734214443
Binary01010101011000111001001001100011111111000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002AB1; }

 p { color: rgb(0,42,177); }

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

<style>
 a { background-color: #002AB1; }

 a { background-color: rgb(0,42,177); }

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

<style>
 span { border-color: #002AB1; }

 span { border-color: rgb(0,42,177); }

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