Html Css Color HEX #1344DC Persian Blue

📋 copy color: '#1344DC'

red 19 ◦ green 68 ◦ blue 220

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

Shades of Persian Blue #1344DC

Tints of Persian Blue #1344DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.66%

R = 6.19%
G = 22.15%
B = 71.66%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1344DC (or 0x1344DC) is known color: Persian Blue. HEX triplet: 13, 44 and DC. RGB value is (19,68,220). Sum of RGB (Red+Green+Blue) = 19+68+220=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #1344DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1344DC is #ECBB23. Grayscale: #464646. Windows color (decimal): -15514404 or 14435347. OLE color: 14435347.

HSL color Cylindrical-coordinate representation of color #1344DC: hue angle of 225.37º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1344DC is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 68 220 -
CMYK 0.91 0.69 0 0.14
HSL 225.37º 0.84% 0.47% -
HSV(B) 225.37º 0.91% 0.86% -
XYZ 15.25 9.44 68.73 -
YUV 70.68 212.27 91.14 -
System Red Green Blue C M Y K H S L
Decimal 19 68 220 0.91 0.69 0 0.14 225.37 0.84 0.47
Hex 13 44 DC 5B 45 0 E E1 54 2F
Octal 23 104 334 133 105 0 16 341 124 57
Binary 10011 1000100 11011100 1011011 1000101 0 1110 11100001 1010100 101111

Color Harmonies of #1344DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1344DC

Black with #1344DC

Text Example


Text Example

White with #1344DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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