Html Css Color HEX #1348DA Persian Blue

📋 copy color: '#1348DA'

red 19 ◦ green 72 ◦ blue 218

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

Shades of Persian Blue #1348DA

Tints of Persian Blue #1348DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.55%

R = 6.15%
G = 23.3%
B = 70.55%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1348DA (or 0x1348DA) is known color: Persian Blue. HEX triplet: 13, 48 and DA. RGB value is (19,72,218). Sum of RGB (Red+Green+Blue) = 19+72+218=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #1348DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1348DA is #ECB725. Grayscale: #484848. Windows color (decimal): -15513382 or 14305299. OLE color: 14305299.

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

Color convert

RGB 19 72 218 -
CMYK 0.91 0.67 0 0.15
HSL 224.02º 0.84% 0.46% -
HSV(B) 224.02º 0.91% 0.85% -
XYZ 15.24 9.84 67.42 -
YUV 72.8 209.94 89.63 -
System Red Green Blue C M Y K H S L
Decimal 19 72 218 0.91 0.67 0 0.15 224.02 0.84 0.46
Hex 13 48 DA 5B 43 0 F E0 54 2E
Octal 23 110 332 133 103 0 17 340 124 56
Binary 10011 1001000 11011010 1011011 1000011 0 1111 11100000 1010100 101110

Color Harmonies of #1348DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348DA

Black with #1348DA

Text Example


Text Example

White with #1348DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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