Html Css Color HEX #1321BA Persian Blue

📋 copy color: '#1321BA'

red 19 ◦ green 33 ◦ blue 186

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

Shades of Persian Blue #1321BA

Tints of Persian Blue #1321BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 7.98%
G = 13.87%
B = 78.15%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1321BA (or 0x1321BA) is known color: Persian Blue. HEX triplet: 13, 21 and BA. RGB value is (19,33,186). Sum of RGB (Red+Green+Blue) = 19+33+186=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #1321BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321BA is #ECDE45. Grayscale: #2D2D2D. Windows color (decimal): -15523398 or 12198163. OLE color: 12198163.

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

Color convert

RGB 19 33 186 -
CMYK 0.90 0.82 0 0.27
HSL 234.97º 0.81% 0.4% -
HSV(B) 234.97º 0.9% 0.73% -
XYZ 9.68 4.77 46.87 -
YUV 46.26 206.86 108.56 -
System Red Green Blue C M Y K H S L
Decimal 19 33 186 0.90 0.82 0 0.27 234.97 0.81 0.4
Hex 13 21 BA 5A 52 0 1B EB 51 28
Octal 23 41 272 132 122 0 33 353 121 50
Binary 10011 100001 10111010 1011010 1010010 0 11011 11101011 1010001 101000

Color Harmonies of #1321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1321BA

Black with #1321BA

Text Example


Text Example

White with #1321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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