Html Css Color HEX #1329DB Persian Blue

📋 copy color: '#1329DB'

red 19 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #1329DB

Tints of Persian Blue #1329DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 219 (85.94% from 255) = 78.49%

R = 6.81%
G = 14.7%
B = 78.49%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1329DB (or 0x1329DB) is known color: Persian Blue. HEX triplet: 13, 29 and DB. RGB value is (19,41,219). Sum of RGB (Red+Green+Blue) = 19+41+219=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #1329DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329DB is #ECD624. Grayscale: #353535. Windows color (decimal): -15521317 or 14362899. OLE color: 14362899.

HSL color Cylindrical-coordinate representation of color #1329DB: hue angle of 233.4º 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 #1329DB is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 41 219 -
CMYK 0.91 0.81 0 0.14
HSL 233.4º 0.84% 0.47% -
HSV(B) 233.4º 0.91% 0.86% -
XYZ 13.85 6.84 67.61 -
YUV 54.71 220.71 102.53 -
System Red Green Blue C M Y K H S L
Decimal 19 41 219 0.91 0.81 0 0.14 233.4 0.84 0.47
Hex 13 29 DB 5B 51 0 E E9 54 2F
Octal 23 51 333 133 121 0 16 351 124 57
Binary 10011 101001 11011011 1011011 1010001 0 1110 11101001 1010100 101111

Color Harmonies of #1329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1329DB

Black with #1329DB

Text Example


Text Example

White with #1329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1329DB; }

 p { color: rgb(19,41,219); }

 H1.HeaderClassName
 {
   color: #1329DB;
 }
 .AnyTagClassName
 {
   color: #1329DB;
 }
</style>

background-color css

<style>
 a { background-color: #1329DB; }

 a { background-color: rgb(19,41,219); }

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

border-color css

<style>
 span { border-color: #1329DB; }

 span { border-color: rgb(19,41,219); }

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