Html Css Color HEX #1348EB Persian Blue

📋 copy color: '#1348EB'

red 19 ◦ green 72 ◦ blue 235

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

Shades of Persian Blue #1348EB

Tints of Persian Blue #1348EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 5.83%
G = 22.09%
B = 72.09%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1348EB (or 0x1348EB) is known color: Persian Blue. HEX triplet: 13, 48 and EB. RGB value is (19,72,235). Sum of RGB (Red+Green+Blue) = 19+72+235=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #1348EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1348EB is #ECB714. Grayscale: #4A4A4A. Windows color (decimal): -15513365 or 15419411. OLE color: 15419411.

HSL color Cylindrical-coordinate representation of color #1348EB: hue angle of 225.28º 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 #1348EB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 72 235 -
CMYK 0.92 0.69 0 0.08
HSL 225.28º 0.85% 0.5% -
HSV(B) 225.28º 0.92% 0.92% -
XYZ 17.58 10.77 79.75 -
YUV 74.74 218.44 88.25 -
System Red Green Blue C M Y K H S L
Decimal 19 72 235 0.92 0.69 0 0.08 225.28 0.85 0.5
Hex 13 48 EB 5C 45 0 8 E1 55 32
Octal 23 110 353 134 105 0 10 341 125 62
Binary 10011 1001000 11101011 1011100 1000101 0 1000 11100001 1010101 110010

Color Harmonies of #1348EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348EB

Black with #1348EB

Text Example


Text Example

White with #1348EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,72,235); }

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

background-color css

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

 a { background-color: rgb(19,72,235); }

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

border-color css

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

 span { border-color: rgb(19,72,235); }

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