Html Css Color HEX #1339DF Persian Blue

📋 copy color: '#1339DF'

red 19 ◦ green 57 ◦ blue 223

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

Shades of Persian Blue #1339DF

Tints of Persian Blue #1339DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.58%

R = 6.35%
G = 19.06%
B = 74.58%

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

#1339DF (or 0x1339DF) is known color: Persian Blue. HEX triplet: 13, 39 and DF. RGB value is (19,57,223). Sum of RGB (Red+Green+Blue) = 19+57+223=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #1339DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339DF is #ECC620. Grayscale: #3F3F3F. Windows color (decimal): -15517217 or 14629139. OLE color: 14629139.

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

Color convert

RGB 19 57 223 -
CMYK 0.91 0.74 0 0.13
HSL 228.82º 0.84% 0.47% -
HSV(B) 228.82º 0.91% 0.87% -
XYZ 15.05 8.39 70.64 -
YUV 64.56 217.41 95.5 -
System Red Green Blue C M Y K H S L
Decimal 19 57 223 0.91 0.74 0 0.13 228.82 0.84 0.47
Hex 13 39 DF 5B 4A 0 D E5 54 2F
Octal 23 71 337 133 112 0 15 345 124 57
Binary 10011 111001 11011111 1011011 1001010 0 1101 11100101 1010100 101111

Color Harmonies of #1339DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339DF

Black with #1339DF

Text Example


Text Example

White with #1339DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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