Html Css Color HEX #1349BA Persian Blue

📋 copy color: '#1349BA'

red 19 ◦ green 73 ◦ blue 186

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

Shades of Persian Blue #1349BA

Tints of Persian Blue #1349BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 6.83%
G = 26.26%
B = 66.91%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1349BA (or 0x1349BA) is known color: Persian Blue. HEX triplet: 13, 49 and BA. RGB value is (19,73,186). Sum of RGB (Red+Green+Blue) = 19+73+186=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #1349BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349BA is #ECB645. Grayscale: #454545. Windows color (decimal): -15513158 or 12208403. OLE color: 12208403.

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

Color convert

RGB 19 73 186 -
CMYK 0.90 0.61 0 0.27
HSL 220.6º 0.81% 0.4% -
HSV(B) 220.6º 0.9% 0.73% -
XYZ 11.51 8.45 47.48 -
YUV 69.74 193.61 91.81 -
System Red Green Blue C M Y K H S L
Decimal 19 73 186 0.90 0.61 0 0.27 220.6 0.81 0.4
Hex 13 49 BA 5A 3D 0 1B DD 51 28
Octal 23 111 272 132 75 0 33 335 121 50
Binary 10011 1001001 10111010 1011010 111101 0 11011 11011101 1010001 101000

Color Harmonies of #1349BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349BA

Black with #1349BA

Text Example


Text Example

White with #1349BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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