Html Css Color HEX #1339DD Persian Blue

📋 copy color: '#1339DD'

red 19 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #1339DD

Tints of Persian Blue #1339DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.41%

R = 6.4%
G = 19.19%
B = 74.41%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1339DD (or 0x1339DD) is known color: Persian Blue. HEX triplet: 13, 39 and DD. RGB value is (19,57,221). Sum of RGB (Red+Green+Blue) = 19+57+221=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #1339DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339DD is #ECC622. Grayscale: #3F3F3F. Windows color (decimal): -15517219 or 14498067. OLE color: 14498067.

HSL color Cylindrical-coordinate representation of color #1339DD: hue angle of 228.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1339DD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 57 221 -
CMYK 0.91 0.74 0 0.13
HSL 228.71º 0.84% 0.47% -
HSV(B) 228.71º 0.91% 0.87% -
XYZ 14.78 8.29 69.23 -
YUV 64.33 216.41 95.66 -
System Red Green Blue C M Y K H S L
Decimal 19 57 221 0.91 0.74 0 0.13 228.71 0.84 0.47
Hex 13 39 DD 5B 4A 0 D E5 54 2F
Octal 23 71 335 133 112 0 15 345 124 57
Binary 10011 111001 11011101 1011011 1001010 0 1101 11100101 1010100 101111

Color Harmonies of #1339DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339DD

Black with #1339DD

Text Example


Text Example

White with #1339DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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