#001E9B

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

Shades of International Klein Blue #001E9B

Tints of International Klein Blue #001E9B

Color information

#001E9B (or 0x001E9B) is unknown color: approx International Klein Blue. HEX triplet: 00, 1E and 9B. RGB value is (0,30,155). Sum of RGB (Red+Green+Blue) = 0+30+155=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #001E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001E9B is #FFE164. Grayscale: #222222. Windows color (decimal): -16769381 or 10165760. OLE color: 10165760.

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

Color convert

RGB030155-
CMYK10.8100.39
HSL228.39º100%30.39%-
HSV(B)228.39º100%60.78%-
XYZ6.383.331.31-
YUV35.28195.56102.84-

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) = 16.22%
BLUE value IS 155 (60.94% from 255) = 83.78%
R=0%
G=16.22%
B=83.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal03015510.8100.39228.3910030.39
Hex01E9B6451027e4641e
Octal03623314412104734414436
Binary0111101001101111001001010001010011111100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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