Html Css Color HEX #1339DC Persian Blue

📋 copy color: '#1339DC'

red 19 ◦ green 57 ◦ blue 220

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

Shades of Persian Blue #1339DC

Tints of Persian Blue #1339DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 6.42%
G = 19.26%
B = 74.32%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1339DC (or 0x1339DC) is known color: Persian Blue. HEX triplet: 13, 39 and DC. RGB value is (19,57,220). Sum of RGB (Red+Green+Blue) = 19+57+220=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #1339DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339DC is #ECC623. Grayscale: #3F3F3F. Windows color (decimal): -15517220 or 14432531. OLE color: 14432531.

HSL color Cylindrical-coordinate representation of color #1339DC: hue angle of 228.66º 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 #1339DC is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 57 220 -
CMYK 0.91 0.74 0 0.14
HSL 228.66º 0.84% 0.47% -
HSV(B) 228.66º 0.91% 0.86% -
XYZ 14.65 8.23 68.53 -
YUV 64.22 215.91 95.75 -
System Red Green Blue C M Y K H S L
Decimal 19 57 220 0.91 0.74 0 0.14 228.66 0.84 0.47
Hex 13 39 DC 5B 4A 0 E E5 54 2F
Octal 23 71 334 133 112 0 16 345 124 57
Binary 10011 111001 11011100 1011011 1001010 0 1110 11100101 1010100 101111

Color Harmonies of #1339DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339DC

Black with #1339DC

Text Example


Text Example

White with #1339DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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