#011D9A

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

Shades of International Klein Blue #011D9A

Tints of International Klein Blue #011D9A

Color information

#011D9A (or 0x011D9A) is unknown color: approx International Klein Blue. HEX triplet: 01, 1D and 9A. RGB value is (1,29,154). Sum of RGB (Red+Green+Blue) = 1+29+154=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 154 (60.55% from 255 or 83.70% from 184); Max value from RGB is 154 - color contains mainly: blue. Hex color #011D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011D9A is #FEE265. Grayscale: #222222. Windows color (decimal): -16704102 or 10099969. OLE color: 10099969.

HSL color Cylindrical-coordinate representation of color #011D9A: hue angle of 229.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D9A is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB129154-
CMYK0.990.8100.40
HSL229.02º98.71%30.39%-
HSV(B)229.02º99.35%60.39%-
XYZ6.283.2230.86-
YUV34.88195.22103.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 29 (11.72% from 255) = 15.76%
BLUE value IS 154 (60.55% from 255) = 83.70%
R=0.54%
G=15.76%
B=83.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291540.990.8100.40229.0298.7130.39
Hex11D9A6351028e5631e
Octal13523214312105034514336
Binary1111011001101011000111010001010100011100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011D9A; }

 p { color: rgb(1,29,154); }

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

<style>
 a { background-color: #011D9A; }

 a { background-color: rgb(1,29,154); }

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

<style>
 span { border-color: #011D9A; }

 span { border-color: rgb(1,29,154); }

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