Html Css Color HEX #1349BC Persian Blue

📋 copy color: '#1349BC'

red 19 ◦ green 73 ◦ blue 188

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

Shades of Persian Blue #1349BC

Tints of Persian Blue #1349BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 6.79%
G = 26.07%
B = 67.14%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1349BC (or 0x1349BC) is known color: Persian Blue. HEX triplet: 13, 49 and BC. RGB value is (19,73,188). Sum of RGB (Red+Green+Blue) = 19+73+188=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #1349BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349BC is #ECB643. Grayscale: #454545. Windows color (decimal): -15513156 or 12339475. OLE color: 12339475.

HSL color Cylindrical-coordinate representation of color #1349BC: hue angle of 220.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1349BC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 73 188 -
CMYK 0.90 0.61 0 0.26
HSL 220.83º 0.82% 0.41% -
HSV(B) 220.83º 0.9% 0.74% -
XYZ 11.73 8.53 48.61 -
YUV 69.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 19 73 188 0.90 0.61 0 0.26 220.83 0.82 0.41
Hex 13 49 BC 5A 3D 0 1A DD 52 29
Octal 23 111 274 132 75 0 32 335 122 51
Binary 10011 1001001 10111100 1011010 111101 0 11010 11011101 1010010 101001

Color Harmonies of #1349BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349BC

Black with #1349BC

Text Example


Text Example

White with #1349BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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