#001BAA

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

Shades of International Klein Blue #001BAA

Tints of International Klein Blue #001BAA

Color information

#001BAA (or 0x001BAA) is unknown color: approx International Klein Blue. HEX triplet: 00, 1B and AA. RGB value is (0,27,170). Sum of RGB (Red+Green+Blue) = 0+27+170=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #001BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BAA is #FFE455. Grayscale: #222222. Windows color (decimal): -16770134 or 11148032. OLE color: 11148032.

HSL color Cylindrical-coordinate representation of color #001BAA: hue angle of 230.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BAA is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB027170-
CMYK10.8400.33
HSL230.47º100%33.33%-
HSV(B)230.47º100%66.67%-
XYZ7.653.6938.34-
YUV35.23204.05102.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 170 (66.80% from 255) = 86.29%
R=0%
G=13.71%
B=86.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal02717010.8400.33230.4710033.33
Hex01BAA6454021e66421
Octal03325214412404134614441
Binary01101110101010110010010101000100001111001101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001BAA; }

 p { color: rgb(0,27,170); }

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

<style>
 a { background-color: #001BAA; }

 a { background-color: rgb(0,27,170); }

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

<style>
 span { border-color: #001BAA; }

 span { border-color: rgb(0,27,170); }

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