Html Css Color HEX #1325BA Persian Blue

📋 copy color: '#1325BA'

red 19 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #1325BA

Tints of Persian Blue #1325BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

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

R = 7.85%
G = 15.29%
B = 76.86%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1325BA (or 0x1325BA) is known color: Persian Blue. HEX triplet: 13, 25 and BA. RGB value is (19,37,186). Sum of RGB (Red+Green+Blue) = 19+37+186=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #1325BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1325BA is #ECDA45. Grayscale: #2F2F2F. Windows color (decimal): -15522374 or 12199187. OLE color: 12199187.

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

Color convert

RGB 19 37 186 -
CMYK 0.90 0.80 0 0.27
HSL 233.53º 0.81% 0.4% -
HSV(B) 233.53º 0.9% 0.73% -
XYZ 9.79 5.01 46.9 -
YUV 48.6 205.54 106.88 -
System Red Green Blue C M Y K H S L
Decimal 19 37 186 0.90 0.80 0 0.27 233.53 0.81 0.4
Hex 13 25 BA 5A 50 0 1B EA 51 28
Octal 23 45 272 132 120 0 33 352 121 50
Binary 10011 100101 10111010 1011010 1010000 0 11011 11101010 1010001 101000

Color Harmonies of #1325BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1325BA

Black with #1325BA

Text Example


Text Example

White with #1325BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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