#0039BA

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

Shades of International Klein Blue #0039BA

Tints of International Klein Blue #0039BA

Color information

#0039BA (or 0x0039BA) is unknown color: approx International Klein Blue. HEX triplet: 00, 39 and BA. RGB value is (0,57,186). Sum of RGB (Red+Green+Blue) = 0+57+186=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0039BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0039BA is #FFC645. Grayscale: #363636. Windows color (decimal): -16762438 or 12204288. OLE color: 12204288.

HSL color Cylindrical-coordinate representation of color #0039BA: hue angle of 221.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0039BA is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB057186-
CMYK10.6900.27
HSL221.61º100%36.47%-
HSV(B)221.61º100%72.94%-
XYZ10.336.4747.16-
YUV54.66202.1289.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 186 (73.05% from 255) = 76.54%
R=0%
G=23.46%
B=76.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal05718610.6900.27221.6110036.47
Hex039BA644501Bde6424
Octal07127214410503333614444
Binary01110011011101011001001000101011011110111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0039BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0039BA; }

 p { color: rgb(0,57,186); }

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

<style>
 a { background-color: #0039BA; }

 a { background-color: rgb(0,57,186); }

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

<style>
 span { border-color: #0039BA; }

 span { border-color: rgb(0,57,186); }

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