Html Css Color HEX #1324BA Persian Blue

📋 copy color: '#1324BA'

red 19 ◦ green 36 ◦ blue 186

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

Shades of Persian Blue #1324BA

Tints of Persian Blue #1324BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 186 (73.05% from 255) = 77.18%

R = 7.88%
G = 14.94%
B = 77.18%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1324BA (or 0x1324BA) is known color: Persian Blue. HEX triplet: 13, 24 and BA. RGB value is (19,36,186). Sum of RGB (Red+Green+Blue) = 19+36+186=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #1324BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324BA is #ECDB45. Grayscale: #2F2F2F. Windows color (decimal): -15522630 or 12198931. OLE color: 12198931.

HSL color Cylindrical-coordinate representation of color #1324BA: hue angle of 233.89º degrees, saturation: 0.81, 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 #1324BA is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 36 186 -
CMYK 0.90 0.81 0 0.27
HSL 233.89º 0.81% 0.4% -
HSV(B) 233.89º 0.9% 0.73% -
XYZ 9.76 4.95 46.89 -
YUV 48.02 205.87 107.3 -
System Red Green Blue C M Y K H S L
Decimal 19 36 186 0.90 0.81 0 0.27 233.89 0.81 0.4
Hex 13 24 BA 5A 51 0 1B EA 51 28
Octal 23 44 272 132 121 0 33 352 121 50
Binary 10011 100100 10111010 1011010 1010001 0 11011 11101010 1010001 101000

Color Harmonies of #1324BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1324BA

Black with #1324BA

Text Example


Text Example

White with #1324BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1324BA; }

 p { color: rgb(19,36,186); }

 H1.HeaderClassName
 {
   color: #1324BA;
 }
 .AnyTagClassName
 {
   color: #1324BA;
 }
</style>

background-color css

<style>
 a { background-color: #1324BA; }

 a { background-color: rgb(19,36,186); }

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

border-color css

<style>
 span { border-color: #1324BA; }

 span { border-color: rgb(19,36,186); }

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