Html Css Color HEX #1344CE Persian Blue

📋 copy color: '#1344CE'

red 19 ◦ green 68 ◦ blue 206

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

Shades of Persian Blue #1344CE

Tints of Persian Blue #1344CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 6.48%
G = 23.21%
B = 70.31%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1344CE (or 0x1344CE) is known color: Persian Blue. HEX triplet: 13, 44 and CE. RGB value is (19,68,206). Sum of RGB (Red+Green+Blue) = 19+68+206=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #1344CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1344CE is #ECBB31. Grayscale: #444444. Windows color (decimal): -15514418 or 13517843. OLE color: 13517843.

HSL color Cylindrical-coordinate representation of color #1344CE: hue angle of 224.28º 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 #1344CE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 68 206 -
CMYK 0.91 0.67 0 0.19
HSL 224.28º 0.83% 0.44% -
HSV(B) 224.28º 0.91% 0.81% -
XYZ 13.48 8.73 59.37 -
YUV 69.08 205.27 92.28 -
System Red Green Blue C M Y K H S L
Decimal 19 68 206 0.91 0.67 0 0.19 224.28 0.83 0.44
Hex 13 44 CE 5B 43 0 13 E0 53 2C
Octal 23 104 316 133 103 0 23 340 123 54
Binary 10011 1000100 11001110 1011011 1000011 0 10011 11100000 1010011 101100

Color Harmonies of #1344CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1344CE

Black with #1344CE

Text Example


Text Example

White with #1344CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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