#001DBF

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

Shades of International Klein Blue #001DBF

Tints of International Klein Blue #001DBF

Color information

#001DBF (or 0x001DBF) is unknown color: approx International Klein Blue. HEX triplet: 00, 1D and BF. RGB value is (0,29,191). Sum of RGB (Red+Green+Blue) = 0+29+191=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #001DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DBF is #FFE240. Grayscale: #262626. Windows color (decimal): -16769601 or 12524800. OLE color: 12524800.

HSL color Cylindrical-coordinate representation of color #001DBF: hue angle of 230.89º 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 #001DBF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB029191-
CMYK10.8500.25
HSL230.89º100%37.45%-
HSV(B)230.89º100%74.9%-
XYZ9.844.6449.67-
YUV38.8213.89100.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 29 (11.72% from 255) = 13.18%
BLUE value IS 191 (75% from 255) = 86.82%
R=0%
G=13.18%
B=86.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal02919110.8500.25230.8910037.45
Hex01DBF6455019e76425
Octal03527714412503134714445
Binary0111011011111111001001010101011001111001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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