Html Css Color HEX #0139FD Blue

📋 copy color: '#0139FD'

red 1 ◦ green 57 ◦ blue 253

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

Shades of Blue #0139FD

Tints of Blue #0139FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 81.35%

R = 0.32%
G = 18.33%
B = 81.35%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0139FD (or 0x0139FD) is known color: Blue. HEX triplet: 01, 39 and FD. RGB value is (1,57,253). Sum of RGB (Red+Green+Blue) = 1+57+253=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 253 (99.22% from 255 or 81.35% from 311); Max value from RGB is 253 - color contains mainly: blue. Hex color #0139FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0139FD is #FEC602. Grayscale: #3D3D3D. Windows color (decimal): -16696835 or 16595201. OLE color: 16595201.

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

Color convert

RGB 1 57 253 -
CMYK 1.00 0.77 0 0.01
HSL 226.67º 0.99% 0.5% -
HSV(B) 226.67º 1% 0.99% -
XYZ 19.21 10.02 93.85 -
YUV 62.6 235.45 84.06 -
System Red Green Blue C M Y K H S L
Decimal 1 57 253 1.00 0.77 0 0.01 226.67 0.99 0.5
Hex 1 39 FD 64 4D 0 1 E3 63 32
Octal 1 71 375 144 115 0 1 343 143 62
Binary 1 111001 11111101 1100100 1001101 0 1 11100011 1100011 110010

Color Harmonies of #0139FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139FD

Black with #0139FD

Text Example


Text Example

White with #0139FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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