Html Css Color HEX #1337EA Persian Blue

📋 copy color: '#1337EA'

red 19 ◦ green 55 ◦ blue 234

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

Shades of Persian Blue #1337EA

Tints of Persian Blue #1337EA

RGB

 RED value IS 19 (7.81% from 255) = 6.17%

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

 BLUE value IS 234 (91.8% from 255) = 75.97%

R = 6.17%
G = 17.86%
B = 75.97%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1337EA (or 0x1337EA) is known color: Persian Blue. HEX triplet: 13, 37 and EA. RGB value is (19,55,234). Sum of RGB (Red+Green+Blue) = 19+55+234=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #1337EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1337EA is #ECC815. Grayscale: #3F3F3F. Windows color (decimal): -15517718 or 15349523. OLE color: 15349523.

HSL color Cylindrical-coordinate representation of color #1337EA: hue angle of 229.95º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1337EA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 55 234 -
CMYK 0.92 0.76 0 0.08
HSL 229.95º 0.85% 0.5% -
HSV(B) 229.95º 0.92% 0.92% -
XYZ 16.49 8.81 78.67 -
YUV 64.64 223.57 95.45 -
System Red Green Blue C M Y K H S L
Decimal 19 55 234 0.92 0.76 0 0.08 229.95 0.85 0.5
Hex 13 37 EA 5C 4C 0 8 E6 55 32
Octal 23 67 352 134 114 0 10 346 125 62
Binary 10011 110111 11101010 1011100 1001100 0 1000 11100110 1010101 110010

Color Harmonies of #1337EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1337EA

Black with #1337EA

Text Example


Text Example

White with #1337EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1337EA; }

 p { color: rgb(19,55,234); }

 H1.HeaderClassName
 {
   color: #1337EA;
 }
 .AnyTagClassName
 {
   color: #1337EA;
 }
</style>

background-color css

<style>
 a { background-color: #1337EA; }

 a { background-color: rgb(19,55,234); }

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

border-color css

<style>
 span { border-color: #1337EA; }

 span { border-color: rgb(19,55,234); }

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