Html Css Color HEX #0139FF Blue

📋 copy color: '#0139FF'

red 1 ◦ green 57 ◦ blue 255

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

Shades of Blue #0139FF

Tints of Blue #0139FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 81.47%

R = 0.32%
G = 18.21%
B = 81.47%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0139FF (or 0x0139FF) is known color: Blue. HEX triplet: 01, 39 and FF. RGB value is (1,57,255). Sum of RGB (Red+Green+Blue) = 1+57+255=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #0139FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0139FF is #FEC600. Grayscale: #3D3D3D. Windows color (decimal): -16696833 or 16726273. OLE color: 16726273.

HSL color Cylindrical-coordinate representation of color #0139FF: hue angle of 226.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0139FF is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 57 255 -
CMYK 1.00 0.78 0 0
HSL 226.77º 1% 0.5% -
HSV(B) 226.77º 1% 1% -
XYZ 19.53 10.15 95.54 -
YUV 62.83 236.45 83.9 -
System Red Green Blue C M Y K H S L
Decimal 1 57 255 1.00 0.78 0 0 226.77 1 0.5
Hex 1 39 FF 64 4E 0 0 E3 64 32
Octal 1 71 377 144 116 0 0 343 144 62
Binary 1 111001 11111111 1100100 1001110 0 0 11100011 1100100 110010

Color Harmonies of #0139FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139FF

Black with #0139FF

Text Example


Text Example

White with #0139FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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