Html Css Color HEX #0139BE International Klein Blue

📋 copy color: '#0139BE'

red 1 ◦ green 57 ◦ blue 190

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

Shades of International Klein Blue #0139BE

Tints of International Klein Blue #0139BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76.61%

R = 0.4%
G = 22.98%
B = 76.61%

CMYK

 C value IS 0.99

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0139BE (or 0x0139BE) is known color: International Klein Blue. HEX triplet: 01, 39 and BE. RGB value is (1,57,190). Sum of RGB (Red+Green+Blue) = 1+57+190=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #0139BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139BE is #FEC641. Grayscale: #363636. Windows color (decimal): -16696898 or 12466433. OLE color: 12466433.

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

Color convert

RGB 1 57 190 -
CMYK 0.99 0.7 0 0.25
HSL 222.22º 0.99% 0.37% -
HSV(B) 222.22º 0.99% 0.75% -
XYZ 10.77 6.65 49.43 -
YUV 55.42 203.95 89.19 -
System Red Green Blue C M Y K H S L
Decimal 1 57 190 0.99 0.7 0 0.25 222.22 0.99 0.37
Hex 1 39 BE 63 46 0 19 DE 63 25
Octal 1 71 276 143 106 0 31 336 143 45
Binary 1 111001 10111110 1100011 1000110 0 11001 11011110 1100011 100101

Color Harmonies of #0139BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139BE

Black with #0139BE

Text Example


Text Example

White with #0139BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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