Html Css Color HEX #1339BE Persian Blue

📋 copy color: '#1339BE'

red 19 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #1339BE

Tints of Persian Blue #1339BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.43%

R = 7.14%
G = 21.43%
B = 71.43%

CMYK

 C value IS 0.90

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1339BE (or 0x1339BE) is known color: Persian Blue. HEX triplet: 13, 39 and BE. RGB value is (19,57,190). Sum of RGB (Red+Green+Blue) = 19+57+190=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #1339BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1339BE is #ECC641. Grayscale: #3C3C3C. Windows color (decimal): -15517250 or 12466451. OLE color: 12466451.

HSL color Cylindrical-coordinate representation of color #1339BE: hue angle of 226.67º 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 #1339BE is Cyan = 0.90, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 57 190 -
CMYK 0.90 0.7 0 0.25
HSL 226.67º 0.82% 0.41% -
HSV(B) 226.67º 0.9% 0.75% -
XYZ 11.03 6.78 49.44 -
YUV 60.8 200.91 98.19 -
System Red Green Blue C M Y K H S L
Decimal 19 57 190 0.90 0.7 0 0.25 226.67 0.82 0.41
Hex 13 39 BE 5A 46 0 19 E3 52 29
Octal 23 71 276 132 106 0 31 343 122 51
Binary 10011 111001 10111110 1011010 1000110 0 11001 11100011 1010010 101001

Color Harmonies of #1339BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1339BE

Black with #1339BE

Text Example


Text Example

White with #1339BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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