#001CAC

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

Shades of International Klein Blue #001CAC

Tints of International Klein Blue #001CAC

Color information

#001CAC (or 0x001CAC) is unknown color: approx International Klein Blue. HEX triplet: 00, 1C and AC. RGB value is (0,28,172). Sum of RGB (Red+Green+Blue) = 0+28+172=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #001CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001CAC is #FFE353. Grayscale: #232323. Windows color (decimal): -16769876 or 11279360. OLE color: 11279360.

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

Color convert

RGB028172-
CMYK10.8400.33
HSL230.23º100%33.73%-
HSV(B)230.23º100%67.45%-
XYZ7.863.8139.35-
YUV36.04204.72102.29-

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%
BLUE value IS 172 (67.58% from 255) = 86%
R=0%
G=14%
B=86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal02817210.8400.33230.2310033.73
Hex01CAC6454021e66422
Octal03425414412404134614442
Binary01110010101100110010010101000100001111001101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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