Html Css Color HEX #0139B6 International Klein Blue

📋 copy color: '#0139B6'

red 1 ◦ green 57 ◦ blue 182

#0139B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0139B6

Tints of International Klein Blue #0139B6

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 57 (22.66% from 255) = 23.75%

 BLUE value IS 182 (71.48% from 255) = 75.83%

R = 0.42%
G = 23.75%
B = 75.83%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0139B6 (or 0x0139B6) is known color: International Klein Blue. HEX triplet: 01, 39 and B6. RGB value is (1,57,182). Sum of RGB (Red+Green+Blue) = 1+57+182=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 182 (71.48% from 255 or 75.83% from 240); Max value from RGB is 182 - color contains mainly: blue. Hex color #0139B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139B6 is #FEC649. Grayscale: #353535. Windows color (decimal): -16696906 or 11942145. OLE color: 11942145.

HSL color Cylindrical-coordinate representation of color #0139B6: hue angle of 221.44º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0139B6 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 57 182 -
CMYK 0.99 0.69 0 0.29
HSL 221.44º 0.99% 0.36% -
HSV(B) 221.44º 0.99% 0.71% -
XYZ 9.92 6.31 44.95 -
YUV 54.51 199.95 89.84 -
System Red Green Blue C M Y K H S L
Decimal 1 57 182 0.99 0.69 0 0.29 221.44 0.99 0.36
Hex 1 39 B6 63 45 0 1D DD 63 24
Octal 1 71 266 143 105 0 35 335 143 44
Binary 1 111001 10110110 1100011 1000101 0 11101 11011101 1100011 100100

Color Harmonies of #0139B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139B6

Black with #0139B6

Text Example


Text Example

White with #0139B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0139B6;
 }
 .AnyTagClassName
 {
   color: #0139B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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