Html Css Color HEX #1347CC Persian Blue

📋 copy color: '#1347CC'

red 19 ◦ green 71 ◦ blue 204

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

Shades of Persian Blue #1347CC

Tints of Persian Blue #1347CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 6.46%
G = 24.15%
B = 69.39%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1347CC (or 0x1347CC) is known color: Persian Blue. HEX triplet: 13, 47 and CC. RGB value is (19,71,204). Sum of RGB (Red+Green+Blue) = 19+71+204=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #1347CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1347CC is #ECB833. Grayscale: #464646. Windows color (decimal): -15513652 or 13387539. OLE color: 13387539.

HSL color Cylindrical-coordinate representation of color #1347CC: hue angle of 223.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1347CC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 71 204 -
CMYK 0.91 0.65 0 0.2
HSL 223.14º 0.83% 0.44% -
HSV(B) 223.14º 0.91% 0.8% -
XYZ 13.42 9 58.16 -
YUV 70.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 19 71 204 0.91 0.65 0 0.2 223.14 0.83 0.44
Hex 13 47 CC 5B 41 0 14 DF 53 2C
Octal 23 107 314 133 101 0 24 337 123 54
Binary 10011 1000111 11001100 1011011 1000001 0 10100 11011111 1010011 101100

Color Harmonies of #1347CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1347CC

Black with #1347CC

Text Example


Text Example

White with #1347CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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