Html Css Color HEX #1319BA Persian Blue

📋 copy color: '#1319BA'

red 19 ◦ green 25 ◦ blue 186

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

Shades of Persian Blue #1319BA

Tints of Persian Blue #1319BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 8.26%
G = 10.87%
B = 80.87%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1319BA (or 0x1319BA) is known color: Persian Blue. HEX triplet: 13, 19 and BA. RGB value is (19,25,186). Sum of RGB (Red+Green+Blue) = 19+25+186=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #1319BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319BA is #ECE645. Grayscale: #282828. Windows color (decimal): -15525446 or 12196115. OLE color: 12196115.

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

Color convert

RGB 19 25 186 -
CMYK 0.90 0.87 0 0.27
HSL 237.84º 0.81% 0.4% -
HSV(B) 237.84º 0.9% 0.73% -
XYZ 9.48 4.38 46.8 -
YUV 41.56 209.51 111.91 -
System Red Green Blue C M Y K H S L
Decimal 19 25 186 0.90 0.87 0 0.27 237.84 0.81 0.4
Hex 13 19 BA 5A 57 0 1B EE 51 28
Octal 23 31 272 132 127 0 33 356 121 50
Binary 10011 11001 10111010 1011010 1010111 0 11011 11101110 1010001 101000

Color Harmonies of #1319BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319BA

Black with #1319BA

Text Example


Text Example

White with #1319BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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