#001DB7

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

Shades of International Klein Blue #001DB7

Tints of International Klein Blue #001DB7

Color information

#001DB7 (or 0x001DB7) is unknown color: approx International Klein Blue. HEX triplet: 00, 1D and B7. RGB value is (0,29,183). Sum of RGB (Red+Green+Blue) = 0+29+183=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 183 (71.88% from 255 or 86.32% from 212); Max value from RGB is 183 - color contains mainly: blue. Hex color #001DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DB7 is #FFE248. Grayscale: #252525. Windows color (decimal): -16769609 or 12000512. OLE color: 12000512.

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

Color convert

RGB029183-
CMYK10.8400.28
HSL230.49º100%35.88%-
HSV(B)230.49º100%71.76%-
XYZ8.994.345.16-
YUV37.89209.89100.98-

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.68%
BLUE value IS 183 (71.88% from 255) = 86.32%
R=0%
G=13.68%
B=86.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal02918310.8400.28230.4910035.88
Hex01DB7645401Ce66424
Octal03526714412403434614444
Binary0111011011011111001001010100011100111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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