Html Css Color HEX #1327DA Persian Blue

📋 copy color: '#1327DA'

red 19 ◦ green 39 ◦ blue 218

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

Shades of Persian Blue #1327DA

Tints of Persian Blue #1327DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 6.88%
G = 14.13%
B = 78.99%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1327DA (or 0x1327DA) is known color: Persian Blue. HEX triplet: 13, 27 and DA. RGB value is (19,39,218). Sum of RGB (Red+Green+Blue) = 19+39+218=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #1327DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327DA is #ECD825. Grayscale: #343434. Windows color (decimal): -15521830 or 14296851. OLE color: 14296851.

HSL color Cylindrical-coordinate representation of color #1327DA: hue angle of 233.97º 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 #1327DA is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 39 218 -
CMYK 0.91 0.82 0 0.15
HSL 233.97º 0.84% 0.46% -
HSV(B) 233.97º 0.91% 0.85% -
XYZ 13.65 6.65 66.89 -
YUV 53.43 220.87 103.45 -
System Red Green Blue C M Y K H S L
Decimal 19 39 218 0.91 0.82 0 0.15 233.97 0.84 0.46
Hex 13 27 DA 5B 52 0 F EA 54 2E
Octal 23 47 332 133 122 0 17 352 124 56
Binary 10011 100111 11011010 1011011 1010010 0 1111 11101010 1010100 101110

Color Harmonies of #1327DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1327DA

Black with #1327DA

Text Example


Text Example

White with #1327DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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