#001EAB

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

Shades of International Klein Blue #001EAB

Tints of International Klein Blue #001EAB

Color information

#001EAB (or 0x001EAB) is unknown color: approx International Klein Blue. HEX triplet: 00, 1E and AB. RGB value is (0,30,171). Sum of RGB (Red+Green+Blue) = 0+30+171=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #001EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001EAB is #FFE154. Grayscale: #242424. Windows color (decimal): -16769365 or 11214336. OLE color: 11214336.

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

Color convert

RGB030171-
CMYK10.8200.33
HSL229.47º100%33.53%-
HSV(B)229.47º100%67.06%-
XYZ7.813.8738.86-
YUV37.1203.56101.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 171 (67.19% from 255) = 85.07%
R=0%
G=14.93%
B=85.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal03017110.8200.33229.4710033.53
Hex01EAB6452021e56422
Octal03625314412204134514442
Binary01111010101011110010010100100100001111001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,30,171); }

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

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

 a { background-color: rgb(0,30,171); }

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

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

 span { border-color: rgb(0,30,171); }

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