Html Css Color HEX #0136EF Persian Blue

📋 copy color: '#0136EF'

red 1 ◦ green 54 ◦ blue 239

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

Shades of Persian Blue #0136EF

Tints of Persian Blue #0136EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 239 (93.75% from 255) = 81.29%

R = 0.34%
G = 18.37%
B = 81.29%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0136EF (or 0x0136EF) is known color: Persian Blue. HEX triplet: 01, 36 and EF. RGB value is (1,54,239). Sum of RGB (Red+Green+Blue) = 1+54+239=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #0136EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0136EF is #FEC910. Grayscale: #3A3A3A. Windows color (decimal): -16697617 or 15676929. OLE color: 15676929.

HSL color Cylindrical-coordinate representation of color #0136EF: hue angle of 226.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0136EF is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 54 239 -
CMYK 1.00 0.77 0 0.06
HSL 226.64º 0.99% 0.47% -
HSV(B) 226.64º 1% 0.94% -
XYZ 16.91 8.88 82.48 -
YUV 59.24 229.44 86.46 -
System Red Green Blue C M Y K H S L
Decimal 1 54 239 1.00 0.77 0 0.06 226.64 0.99 0.47
Hex 1 36 EF 64 4D 0 6 E3 63 2F
Octal 1 66 357 144 115 0 6 343 143 57
Binary 1 110110 11101111 1100100 1001101 0 110 11100011 1100011 101111

Color Harmonies of #0136EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136EF

Black with #0136EF

Text Example


Text Example

White with #0136EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0136EF; }

 p { color: rgb(1,54,239); }

 H1.HeaderClassName
 {
   color: #0136EF;
 }
 .AnyTagClassName
 {
   color: #0136EF;
 }
</style>

background-color css

<style>
 a { background-color: #0136EF; }

 a { background-color: rgb(1,54,239); }

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

border-color css

<style>
 span { border-color: #0136EF; }

 span { border-color: rgb(1,54,239); }

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