Html Css Color HEX #0137EB Persian Blue

📋 copy color: '#0137EB'

red 1 ◦ green 55 ◦ blue 235

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

Shades of Persian Blue #0137EB

Tints of Persian Blue #0137EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 80.76%

R = 0.34%
G = 18.9%
B = 80.76%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0137EB (or 0x0137EB) is known color: Persian Blue. HEX triplet: 01, 37 and EB. RGB value is (1,55,235). Sum of RGB (Red+Green+Blue) = 1+55+235=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #0137EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0137EB is #FEC814. Grayscale: #3A3A3A. Windows color (decimal): -16697365 or 15415041. OLE color: 15415041.

HSL color Cylindrical-coordinate representation of color #0137EB: hue angle of 226.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0137EB is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 55 235 -
CMYK 1.00 0.77 0 0.08
HSL 226.15º 0.99% 0.46% -
HSV(B) 226.15º 1% 0.92% -
XYZ 16.37 8.74 79.42 -
YUV 59.37 227.11 86.36 -
System Red Green Blue C M Y K H S L
Decimal 1 55 235 1.00 0.77 0 0.08 226.15 0.99 0.46
Hex 1 37 EB 64 4D 0 8 E2 63 2E
Octal 1 67 353 144 115 0 10 342 143 56
Binary 1 110111 11101011 1100100 1001101 0 1000 11100010 1100011 101110

Color Harmonies of #0137EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0137EB

Black with #0137EB

Text Example


Text Example

White with #0137EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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