Html Css Color HEX #1347BC Persian Blue

📋 copy color: '#1347BC'

red 19 ◦ green 71 ◦ blue 188

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

Shades of Persian Blue #1347BC

Tints of Persian Blue #1347BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 6.83%
G = 25.54%
B = 67.63%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1347BC (or 0x1347BC) is known color: Persian Blue. HEX triplet: 13, 47 and BC. RGB value is (19,71,188). Sum of RGB (Red+Green+Blue) = 19+71+188=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #1347BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1347BC is #ECB843. Grayscale: #444444. Windows color (decimal): -15513668 or 12338963. OLE color: 12338963.

HSL color Cylindrical-coordinate representation of color #1347BC: hue angle of 221.54º 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 #1347BC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 71 188 -
CMYK 0.90 0.62 0 0.26
HSL 221.54º 0.82% 0.41% -
HSV(B) 221.54º 0.9% 0.74% -
XYZ 11.6 8.28 48.56 -
YUV 68.79 195.27 92.49 -
System Red Green Blue C M Y K H S L
Decimal 19 71 188 0.90 0.62 0 0.26 221.54 0.82 0.41
Hex 13 47 BC 5A 3E 0 1A DE 52 29
Octal 23 107 274 132 76 0 32 336 122 51
Binary 10011 1000111 10111100 1011010 111110 0 11010 11011110 1010010 101001

Color Harmonies of #1347BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1347BC

Black with #1347BC

Text Example


Text Example

White with #1347BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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