#001EA0

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

Shades of International Klein Blue #001EA0

Tints of International Klein Blue #001EA0

Color information

#001EA0 (or 0x001EA0) is unknown color: approx International Klein Blue. HEX triplet: 00, 1E and A0. RGB value is (0,30,160). Sum of RGB (Red+Green+Blue) = 0+30+160=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 160 (62.89% from 255 or 84.21% from 190); Max value from RGB is 160 - color contains mainly: blue. Hex color #001EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001EA0 is #FFE15F. Grayscale: #232323. Windows color (decimal): -16769376 or 10493440. OLE color: 10493440.

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

Color convert

RGB030160-
CMYK10.8100.37
HSL228.75º100%31.37%-
HSV(B)228.75º100%62.75%-
XYZ6.813.4733.57-
YUV35.85198.06102.43-

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) = 15.79%
BLUE value IS 160 (62.89% from 255) = 84.21%
R=0%
G=15.79%
B=84.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal03016010.8100.37228.7510031.37
Hex01EA06451025e5641f
Octal03624014412104534514437
Binary0111101010000011001001010001010010111100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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