Html Css Color HEX #1339BF Persian Blue

📋 copy color: '#1339BF'

red 19 ◦ green 57 ◦ blue 191

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

Shades of Persian Blue #1339BF

Tints of Persian Blue #1339BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.54%

R = 7.12%
G = 21.35%
B = 71.54%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1339BF (or 0x1339BF) is known color: Persian Blue. HEX triplet: 13, 39 and BF. RGB value is (19,57,191). Sum of RGB (Red+Green+Blue) = 19+57+191=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #1339BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339BF is #ECC640. Grayscale: #3C3C3C. Windows color (decimal): -15517249 or 12531987. OLE color: 12531987.

HSL color Cylindrical-coordinate representation of color #1339BF: hue angle of 226.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1339BF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 57 191 -
CMYK 0.90 0.70 0 0.25
HSL 226.74º 0.82% 0.41% -
HSV(B) 226.74º 0.9% 0.75% -
XYZ 11.14 6.83 50.02 -
YUV 60.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 19 57 191 0.90 0.70 0 0.25 226.74 0.82 0.41
Hex 13 39 BF 5A 46 0 19 E3 52 29
Octal 23 71 277 132 106 0 31 343 122 51
Binary 10011 111001 10111111 1011010 1000110 0 11001 11100011 1010010 101001

Color Harmonies of #1339BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339BF

Black with #1339BF

Text Example


Text Example

White with #1339BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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