Html Css Color HEX #1319B9 Persian Blue

📋 copy color: '#1319B9'

red 19 ◦ green 25 ◦ blue 185

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

Shades of Persian Blue #1319B9

Tints of Persian Blue #1319B9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 185 (72.66% from 255) = 80.79%

R = 8.3%
G = 10.92%
B = 80.79%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1319B9 (or 0x1319B9) is known color: Persian Blue. HEX triplet: 13, 19 and B9. RGB value is (19,25,185). Sum of RGB (Red+Green+Blue) = 19+25+185=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 185 (72.66% from 255 or 80.79% from 229); Max value from RGB is 185 - color contains mainly: blue. Hex color #1319B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319B9 is #ECE646. Grayscale: #282828. Windows color (decimal): -15525447 or 12130579. OLE color: 12130579.

HSL color Cylindrical-coordinate representation of color #1319B9: hue angle of 237.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1319B9 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 25 185 -
CMYK 0.90 0.86 0 0.27
HSL 237.83º 0.81% 0.4% -
HSV(B) 237.83º 0.9% 0.73% -
XYZ 9.37 4.34 46.24 -
YUV 41.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 19 25 185 0.90 0.86 0 0.27 237.83 0.81 0.4
Hex 13 19 B9 5A 56 0 1B EE 51 28
Octal 23 31 271 132 126 0 33 356 121 50
Binary 10011 11001 10111001 1011010 1010110 0 11011 11101110 1010001 101000

Color Harmonies of #1319B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319B9

Black with #1319B9

Text Example


Text Example

White with #1319B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1319B9; }

 p { color: rgb(19,25,185); }

 H1.HeaderClassName
 {
   color: #1319B9;
 }
 .AnyTagClassName
 {
   color: #1319B9;
 }
</style>

background-color css

<style>
 a { background-color: #1319B9; }

 a { background-color: rgb(19,25,185); }

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

border-color css

<style>
 span { border-color: #1319B9; }

 span { border-color: rgb(19,25,185); }

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