#002BB1

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

Shades of International Klein Blue #002BB1

Tints of International Klein Blue #002BB1

Color information

#002BB1 (or 0x002BB1) is unknown color: approx International Klein Blue. HEX triplet: 00, 2B and B1. RGB value is (0,43,177). Sum of RGB (Red+Green+Blue) = 0+43+177=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 177 (69.53% from 255 or 80.45% from 220); Max value from RGB is 177 - color contains mainly: blue. Hex color #002BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BB1 is #FFD44E. Grayscale: #2C2C2C. Windows color (decimal): -16766031 or 11610880. OLE color: 11610880.

HSL color Cylindrical-coordinate representation of color #002BB1: hue angle of 225.42º 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 #002BB1 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB043177-
CMYK10.7600.31
HSL225.42º100%34.71%-
HSV(B)225.42º100%69.41%-
XYZ8.84.942.08-
YUV45.42202.2595.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 177 (69.53% from 255) = 80.45%
R=0%
G=19.55%
B=80.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal04317710.7600.31225.4210034.71
Hex02BB1644C01Fe16423
Octal05326114411403734114443
Binary01010111011000111001001001100011111111000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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