Html Css Color HEX #1349BB Persian Blue

📋 copy color: '#1349BB'

red 19 ◦ green 73 ◦ blue 187

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

Shades of Persian Blue #1349BB

Tints of Persian Blue #1349BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 6.81%
G = 26.16%
B = 67.03%

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

#1349BB (or 0x1349BB) is known color: Persian Blue. HEX triplet: 13, 49 and BB. RGB value is (19,73,187). Sum of RGB (Red+Green+Blue) = 19+73+187=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #1349BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349BB is #ECB644. Grayscale: #454545. Windows color (decimal): -15513157 or 12273939. OLE color: 12273939.

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

Color convert

RGB 19 73 187 -
CMYK 0.90 0.61 0 0.27
HSL 220.71º 0.82% 0.4% -
HSV(B) 220.71º 0.9% 0.73% -
XYZ 11.62 8.49 48.04 -
YUV 69.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 19 73 187 0.90 0.61 0 0.27 220.71 0.82 0.4
Hex 13 49 BB 5A 3D 0 1B DD 52 28
Octal 23 111 273 132 75 0 33 335 122 50
Binary 10011 1001001 10111011 1011010 111101 0 11011 11011101 1010010 101000

Color Harmonies of #1349BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349BB

Black with #1349BB

Text Example


Text Example

White with #1349BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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