Html Css Color HEX #1346CE Persian Blue

📋 copy color: '#1346CE'

red 19 ◦ green 70 ◦ blue 206

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

Shades of Persian Blue #1346CE

Tints of Persian Blue #1346CE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 6.44%
G = 23.73%
B = 69.83%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1346CE (or 0x1346CE) is known color: Persian Blue. HEX triplet: 13, 46 and CE. RGB value is (19,70,206). Sum of RGB (Red+Green+Blue) = 19+70+206=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1346CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346CE is #ECB931. Grayscale: #454545. Windows color (decimal): -15513906 or 13518355. OLE color: 13518355.

HSL color Cylindrical-coordinate representation of color #1346CE: hue angle of 223.64º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1346CE is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 70 206 -
CMYK 0.91 0.66 0 0.19
HSL 223.64º 0.83% 0.44% -
HSV(B) 223.64º 0.91% 0.81% -
XYZ 13.6 8.97 59.41 -
YUV 70.26 204.6 91.44 -
System Red Green Blue C M Y K H S L
Decimal 19 70 206 0.91 0.66 0 0.19 223.64 0.83 0.44
Hex 13 46 CE 5B 42 0 13 E0 53 2C
Octal 23 106 316 133 102 0 23 340 123 54
Binary 10011 1000110 11001110 1011011 1000010 0 10011 11100000 1010011 101100

Color Harmonies of #1346CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1346CE

Black with #1346CE

Text Example


Text Example

White with #1346CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1346CE; }

 p { color: rgb(19,70,206); }

 H1.HeaderClassName
 {
   color: #1346CE;
 }
 .AnyTagClassName
 {
   color: #1346CE;
 }
</style>

background-color css

<style>
 a { background-color: #1346CE; }

 a { background-color: rgb(19,70,206); }

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

border-color css

<style>
 span { border-color: #1346CE; }

 span { border-color: rgb(19,70,206); }

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