#001DB5

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

Shades of International Klein Blue #001DB5

Tints of International Klein Blue #001DB5

Color information

#001DB5 (or 0x001DB5) is unknown color: approx International Klein Blue. HEX triplet: 00, 1D and B5. RGB value is (0,29,181). Sum of RGB (Red+Green+Blue) = 0+29+181=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 181 (71.09% from 255 or 86.19% from 210); Max value from RGB is 181 - color contains mainly: blue. Hex color #001DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DB5 is #FFE24A. Grayscale: #252525. Windows color (decimal): -16769611 or 11869440. OLE color: 11869440.

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

Color convert

RGB029181-
CMYK10.8400.29
HSL230.39º100%35.49%-
HSV(B)230.39º100%70.98%-
XYZ8.784.2144.07-
YUV37.66208.89101.14-

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.81%
BLUE value IS 181 (71.09% from 255) = 86.19%
R=0%
G=13.81%
B=86.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal02918110.8400.29230.3910035.49
Hex01DB5645401De66423
Octal03526514412403534614443
Binary0111011011010111001001010100011101111001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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