Html Css Color HEX #1327BA Persian Blue

📋 copy color: '#1327BA'

red 19 ◦ green 39 ◦ blue 186

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

Shades of Persian Blue #1327BA

Tints of Persian Blue #1327BA

RGB

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

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

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

R = 7.79%
G = 15.98%
B = 76.23%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1327BA (or 0x1327BA) is known color: Persian Blue. HEX triplet: 13, 27 and BA. RGB value is (19,39,186). Sum of RGB (Red+Green+Blue) = 19+39+186=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #1327BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327BA is #ECD845. Grayscale: #313131. Windows color (decimal): -15521862 or 12199699. OLE color: 12199699.

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

Color convert

RGB 19 39 186 -
CMYK 0.90 0.79 0 0.27
HSL 232.81º 0.81% 0.4% -
HSV(B) 232.81º 0.9% 0.73% -
XYZ 9.86 5.13 46.93 -
YUV 49.78 204.87 106.05 -
System Red Green Blue C M Y K H S L
Decimal 19 39 186 0.90 0.79 0 0.27 232.81 0.81 0.4
Hex 13 27 BA 5A 4F 0 1B E9 51 28
Octal 23 47 272 132 117 0 33 351 121 50
Binary 10011 100111 10111010 1011010 1001111 0 11011 11101001 1010001 101000

Color Harmonies of #1327BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1327BA

Black with #1327BA

Text Example


Text Example

White with #1327BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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