#001C9A

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

Shades of International Klein Blue #001C9A

Tints of International Klein Blue #001C9A

Color information

#001C9A (or 0x001C9A) is unknown color: approx International Klein Blue. HEX triplet: 00, 1C and 9A. RGB value is (0,28,154). Sum of RGB (Red+Green+Blue) = 0+28+154=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #001C9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C9A is #FFE365. Grayscale: #212121. Windows color (decimal): -16769894 or 10099712. OLE color: 10099712.

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

Color convert

RGB028154-
CMYK10.8200.40
HSL229.09º100%30.2%-
HSV(B)229.09º100%60.39%-
XYZ6.253.1630.85-
YUV33.99195.72103.75-

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) = 15.38%
BLUE value IS 154 (60.55% from 255) = 84.62%
R=0%
G=15.38%
B=84.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal02815410.8200.40229.0910030.2
Hex01C9A6452028e5641e
Octal03423214412205034514436
Binary0111001001101011001001010010010100011100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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