Html Css Color HEX #1348DC Persian Blue

📋 copy color: '#1348DC'

red 19 ◦ green 72 ◦ blue 220

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

Shades of Persian Blue #1348DC

Tints of Persian Blue #1348DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 6.11%
G = 23.15%
B = 70.74%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1348DC (or 0x1348DC) is known color: Persian Blue. HEX triplet: 13, 48 and DC. RGB value is (19,72,220). Sum of RGB (Red+Green+Blue) = 19+72+220=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #1348DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1348DC is #ECB723. Grayscale: #484848. Windows color (decimal): -15513380 or 14436371. OLE color: 14436371.

HSL color Cylindrical-coordinate representation of color #1348DC: hue angle of 224.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1348DC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 72 220 -
CMYK 0.91 0.67 0 0.14
HSL 224.18º 0.84% 0.47% -
HSV(B) 224.18º 0.91% 0.86% -
XYZ 15.5 9.94 68.81 -
YUV 73.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 19 72 220 0.91 0.67 0 0.14 224.18 0.84 0.47
Hex 13 48 DC 5B 43 0 E E0 54 2F
Octal 23 110 334 133 103 0 16 340 124 57
Binary 10011 1001000 11011100 1011011 1000011 0 1110 11100000 1010100 101111

Color Harmonies of #1348DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348DC

Black with #1348DC

Text Example


Text Example

White with #1348DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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