#0139AD

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

Shades of International Klein Blue #0139AD

Tints of International Klein Blue #0139AD

Color information

#0139AD (or 0x0139AD) is unknown color: approx International Klein Blue. HEX triplet: 01, 39 and AD. RGB value is (1,57,173). Sum of RGB (Red+Green+Blue) = 1+57+173=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #0139AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0139AD is #FEC652. Grayscale: #343434. Windows color (decimal): -16696915 or 11352321. OLE color: 11352321.

HSL color Cylindrical-coordinate representation of color #0139AD: hue angle of 220.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0139AD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB157173-
CMYK0.990.6700.32
HSL220.47º98.85%34.12%-
HSV(B)220.47º99.42%67.84%-
XYZ9.025.9540.21-
YUV53.48195.4590.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 74.89%
R=0.43%
G=24.68%
B=74.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571730.990.6700.32220.4798.8534.12
Hex139AD6343020dc6322
Octal17125514310304033414342
Binary111100110101101110001110000110100000110111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0139AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0139AD; }

 p { color: rgb(1,57,173); }

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

<style>
 a { background-color: #0139AD; }

 a { background-color: rgb(1,57,173); }

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

<style>
 span { border-color: #0139AD; }

 span { border-color: rgb(1,57,173); }

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