#001EBD

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

Shades of International Klein Blue #001EBD

Tints of International Klein Blue #001EBD

Color information

#001EBD (or 0x001EBD) is unknown color: approx International Klein Blue. HEX triplet: 00, 1E and BD. RGB value is (0,30,189). Sum of RGB (Red+Green+Blue) = 0+30+189=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #001EBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EBD is #FFE142. Grayscale: #262626. Windows color (decimal): -16769347 or 12393984. OLE color: 12393984.

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

Color convert

RGB030189-
CMYK10.8400.26
HSL230.48º100%37.06%-
HSV(B)230.48º100%74.12%-
XYZ9.654.648.52-
YUV39.16212.56100.07-

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.70%
BLUE value IS 189 (74.22% from 255) = 86.30%
R=0%
G=13.70%
B=86.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal03018910.8400.26230.4810037.06
Hex01EBD645401Ae66425
Octal03627514412403234614445
Binary0111101011110111001001010100011010111001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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