#001CAB

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

Shades of International Klein Blue #001CAB

Tints of International Klein Blue #001CAB

Color information

#001CAB (or 0x001CAB) is unknown color: approx International Klein Blue. HEX triplet: 00, 1C and AB. RGB value is (0,28,171). Sum of RGB (Red+Green+Blue) = 0+28+171=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #001CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001CAB is #FFE354. Grayscale: #232323. Windows color (decimal): -16769877 or 11213824. OLE color: 11213824.

HSL color Cylindrical-coordinate representation of color #001CAB: hue angle of 230.18º 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 #001CAB is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB028171-
CMYK10.8400.33
HSL230.18º100%33.53%-
HSV(B)230.18º100%67.06%-
XYZ7.773.7738.85-
YUV35.93204.22102.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 171 (67.19% from 255) = 85.93%
R=0%
G=14.07%
B=85.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal02817110.8400.33230.1810033.53
Hex01CAB6454021e66422
Octal03425314412404134614442
Binary01110010101011110010010101000100001111001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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