#001EBF

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

Shades of International Klein Blue #001EBF

Tints of International Klein Blue #001EBF

Color information

#001EBF (or 0x001EBF) is unknown color: approx International Klein Blue. HEX triplet: 00, 1E and BF. RGB value is (0,30,191). Sum of RGB (Red+Green+Blue) = 0+30+191=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #001EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EBF is #FFE140. Grayscale: #262626. Windows color (decimal): -16769345 or 12525056. OLE color: 12525056.

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

Color convert

RGB030191-
CMYK10.8400.25
HSL230.58º100%37.45%-
HSV(B)230.58º100%74.9%-
XYZ9.874.6949.68-
YUV39.38213.5699.91-

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.57%
BLUE value IS 191 (75% from 255) = 86.43%
R=0%
G=13.57%
B=86.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal03019110.8400.25230.5810037.45
Hex01EBF6454019e76425
Octal03627714412403134714445
Binary0111101011111111001001010100011001111001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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