#001EB9

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

Shades of International Klein Blue #001EB9

Tints of International Klein Blue #001EB9

Color information

#001EB9 (or 0x001EB9) is unknown color: approx International Klein Blue. HEX triplet: 00, 1E and B9. RGB value is (0,30,185). Sum of RGB (Red+Green+Blue) = 0+30+185=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 185 (72.66% from 255 or 86.05% from 215); Max value from RGB is 185 - color contains mainly: blue. Hex color #001EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EB9 is #FFE146. Grayscale: #262626. Windows color (decimal): -16769351 or 12131840. OLE color: 12131840.

HSL color Cylindrical-coordinate representation of color #001EB9: hue angle of 230.27º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001EB9 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB030185-
CMYK10.8400.27
HSL230.27º100%36.27%-
HSV(B)230.27º100%72.55%-
XYZ9.224.4346.27-
YUV38.7210.56100.4-

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) = 13.95%
BLUE value IS 185 (72.66% from 255) = 86.05%
R=0%
G=13.95%
B=86.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal03018510.8400.27230.2710036.27
Hex01EB9645401Be66424
Octal03627114412403334614444
Binary0111101011100111001001010100011011111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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