Html Css Color HEX #0139E5 Persian Blue

📋 copy color: '#0139E5'

red 1 ◦ green 57 ◦ blue 229

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

Shades of Persian Blue #0139E5

Tints of Persian Blue #0139E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 79.79%

R = 0.35%
G = 19.86%
B = 79.79%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0139E5 (or 0x0139E5) is known color: Persian Blue. HEX triplet: 01, 39 and E5. RGB value is (1,57,229). Sum of RGB (Red+Green+Blue) = 1+57+229=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 229 (89.84% from 255 or 79.79% from 287); Max value from RGB is 229 - color contains mainly: blue. Hex color #0139E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139E5 is #FEC61A. Grayscale: #3B3B3B. Windows color (decimal): -16696859 or 15022337. OLE color: 15022337.

HSL color Cylindrical-coordinate representation of color #0139E5: hue angle of 225.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0139E5 is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 57 229 -
CMYK 1.00 0.75 0 0.10
HSL 225.26º 0.99% 0.45% -
HSV(B) 225.26º 1% 0.9% -
XYZ 15.62 8.59 74.96 -
YUV 59.86 223.45 86.01 -
System Red Green Blue C M Y K H S L
Decimal 1 57 229 1.00 0.75 0 0.10 225.26 0.99 0.45
Hex 1 39 E5 64 4B 0 A E1 63 2D
Octal 1 71 345 144 113 0 12 341 143 55
Binary 1 111001 11100101 1100100 1001011 0 1010 11100001 1100011 101101

Color Harmonies of #0139E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139E5

Black with #0139E5

Text Example


Text Example

White with #0139E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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