Html Css Color HEX #1347CB Persian Blue

📋 copy color: '#1347CB'

red 19 ◦ green 71 ◦ blue 203

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

Shades of Persian Blue #1347CB

Tints of Persian Blue #1347CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 6.48%
G = 24.23%
B = 69.28%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1347CB (or 0x1347CB) is known color: Persian Blue. HEX triplet: 13, 47 and CB. RGB value is (19,71,203). Sum of RGB (Red+Green+Blue) = 19+71+203=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #1347CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1347CB is #ECB834. Grayscale: #454545. Windows color (decimal): -15513653 or 13322003. OLE color: 13322003.

HSL color Cylindrical-coordinate representation of color #1347CB: hue angle of 223.04º 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 #1347CB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 71 203 -
CMYK 0.91 0.65 0 0.20
HSL 223.04º 0.83% 0.44% -
HSV(B) 223.04º 0.91% 0.8% -
XYZ 13.3 8.96 57.53 -
YUV 70.5 202.77 91.27 -
System Red Green Blue C M Y K H S L
Decimal 19 71 203 0.91 0.65 0 0.20 223.04 0.83 0.44
Hex 13 47 CB 5B 41 0 14 DF 53 2C
Octal 23 107 313 133 101 0 24 337 123 54
Binary 10011 1000111 11001011 1011011 1000001 0 10100 11011111 1010011 101100

Color Harmonies of #1347CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1347CB

Black with #1347CB

Text Example


Text Example

White with #1347CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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