#001BA4

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

Shades of International Klein Blue #001BA4

Tints of International Klein Blue #001BA4

Color information

#001BA4 (or 0x001BA4) is unknown color: approx International Klein Blue. HEX triplet: 00, 1B and A4. RGB value is (0,27,164). Sum of RGB (Red+Green+Blue) = 0+27+164=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 164 (64.45% from 255 or 85.86% from 191); Max value from RGB is 164 - color contains mainly: blue. Hex color #001BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BA4 is #FFE45B. Grayscale: #212121. Windows color (decimal): -16770140 or 10754816. OLE color: 10754816.

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

Color convert

RGB027164-
CMYK10.8400.36
HSL230.12º100%32.16%-
HSV(B)230.12º100%64.31%-
XYZ7.093.4635.42-
YUV34.54201.05103.36-

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) = 14.14%
BLUE value IS 164 (64.45% from 255) = 85.86%
R=0%
G=14.14%
B=85.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal02716410.8400.36230.1210032.16
Hex01BA46454024e66420
Octal03324414412404434614440
Binary01101110100100110010010101000100100111001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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