Html Css Color HEX #1548DA Persian Blue

📋 copy color: '#1548DA'

red 21 ◦ green 72 ◦ blue 218

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

Shades of Persian Blue #1548DA

Tints of Persian Blue #1548DA

RGB

 RED value IS 21 (8.59% from 255) = 6.75%

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

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

R = 6.75%
G = 23.15%
B = 70.1%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1548DA (or 0x1548DA) is known color: Persian Blue. HEX triplet: 15, 48 and DA. RGB value is (21,72,218). Sum of RGB (Red+Green+Blue) = 21+72+218=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #1548DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1548DA is #EAB725. Grayscale: #484848. Windows color (decimal): -15382310 or 14305301. OLE color: 14305301.

HSL color Cylindrical-coordinate representation of color #1548DA: hue angle of 224.47º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1548DA is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 72 218 -
CMYK 0.90 0.67 0 0.15
HSL 224.47º 0.82% 0.47% -
HSV(B) 224.47º 0.9% 0.85% -
XYZ 15.28 9.86 67.43 -
YUV 73.4 209.6 90.63 -
System Red Green Blue C M Y K H S L
Decimal 21 72 218 0.90 0.67 0 0.15 224.47 0.82 0.47
Hex 15 48 DA 5A 43 0 F E0 52 2F
Octal 25 110 332 132 103 0 17 340 122 57
Binary 10101 1001000 11011010 1011010 1000011 0 1111 11100000 1010010 101111

Color Harmonies of #1548DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1548DA

Black with #1548DA

Text Example


Text Example

White with #1548DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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