Html Css Color HEX #1329BB Persian Blue

📋 copy color: '#1329BB'

red 19 ◦ green 41 ◦ blue 187

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

Shades of Persian Blue #1329BB

Tints of Persian Blue #1329BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 7.69%
G = 16.6%
B = 75.71%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1329BB (or 0x1329BB) is known color: Persian Blue. HEX triplet: 13, 29 and BB. RGB value is (19,41,187). Sum of RGB (Red+Green+Blue) = 19+41+187=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #1329BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329BB is #ECD644. Grayscale: #323232. Windows color (decimal): -15521349 or 12265747. OLE color: 12265747.

HSL color Cylindrical-coordinate representation of color #1329BB: hue angle of 232.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1329BB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 41 187 -
CMYK 0.90 0.78 0 0.27
HSL 232.14º 0.82% 0.4% -
HSV(B) 232.14º 0.9% 0.73% -
XYZ 10.03 5.31 47.51 -
YUV 51.07 204.71 105.13 -
System Red Green Blue C M Y K H S L
Decimal 19 41 187 0.90 0.78 0 0.27 232.14 0.82 0.4
Hex 13 29 BB 5A 4E 0 1B E8 52 28
Octal 23 51 273 132 116 0 33 350 122 50
Binary 10011 101001 10111011 1011010 1001110 0 11011 11101000 1010010 101000

Color Harmonies of #1329BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1329BB

Black with #1329BB

Text Example


Text Example

White with #1329BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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