Html Css Color HEX #0137EF Persian Blue

📋 copy color: '#0137EF'

red 1 ◦ green 55 ◦ blue 239

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

Shades of Persian Blue #0137EF

Tints of Persian Blue #0137EF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 0.34%
G = 18.64%
B = 81.02%

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

#0137EF (or 0x0137EF) is known color: Persian Blue. HEX triplet: 01, 37 and EF. RGB value is (1,55,239). Sum of RGB (Red+Green+Blue) = 1+55+239=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #0137EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0137EF is #FEC810. Grayscale: #3B3B3B. Windows color (decimal): -16697361 or 15677185. OLE color: 15677185.

HSL color Cylindrical-coordinate representation of color #0137EF: hue angle of 226.39º 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 #0137EF is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 55 239 -
CMYK 1.00 0.77 0 0.06
HSL 226.39º 0.99% 0.47% -
HSV(B) 226.39º 1% 0.94% -
XYZ 16.96 8.97 82.5 -
YUV 59.83 229.11 86.04 -
System Red Green Blue C M Y K H S L
Decimal 1 55 239 1.00 0.77 0 0.06 226.39 0.99 0.47
Hex 1 37 EF 64 4D 0 6 E2 63 2F
Octal 1 67 357 144 115 0 6 342 143 57
Binary 1 110111 11101111 1100100 1001101 0 110 11100010 1100011 101111

Color Harmonies of #0137EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0137EF

Black with #0137EF

Text Example


Text Example

White with #0137EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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