Html Css Color HEX #0139BF International Klein Blue

📋 copy color: '#0139BF'

red 1 ◦ green 57 ◦ blue 191

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

Shades of International Klein Blue #0139BF

Tints of International Klein Blue #0139BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 76.71%

R = 0.4%
G = 22.89%
B = 76.71%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0139BF (or 0x0139BF) is known color: International Klein Blue. HEX triplet: 01, 39 and BF. RGB value is (1,57,191). Sum of RGB (Red+Green+Blue) = 1+57+191=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #0139BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139BF is #FEC640. Grayscale: #363636. Windows color (decimal): -16696897 or 12531969. OLE color: 12531969.

HSL color Cylindrical-coordinate representation of color #0139BF: hue angle of 222.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0139BF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 57 191 -
CMYK 0.99 0.70 0 0.25
HSL 222.32º 0.99% 0.38% -
HSV(B) 222.32º 0.99% 0.75% -
XYZ 10.88 6.69 50.01 -
YUV 55.53 204.45 89.1 -
System Red Green Blue C M Y K H S L
Decimal 1 57 191 0.99 0.70 0 0.25 222.32 0.99 0.38
Hex 1 39 BF 63 46 0 19 DE 63 26
Octal 1 71 277 143 106 0 31 336 143 46
Binary 1 111001 10111111 1100011 1000110 0 11001 11011110 1100011 100110

Color Harmonies of #0139BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139BF

Black with #0139BF

Text Example


Text Example

White with #0139BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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