Html Css Color HEX #1319BB Persian Blue

📋 copy color: '#1319BB'

red 19 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1319BB

Tints of Persian Blue #1319BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.95%

R = 8.23%
G = 10.82%
B = 80.95%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1319BB (or 0x1319BB) is known color: Persian Blue. HEX triplet: 13, 19 and BB. RGB value is (19,25,187). Sum of RGB (Red+Green+Blue) = 19+25+187=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #1319BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319BB is #ECE644. Grayscale: #292929. Windows color (decimal): -15525445 or 12261651. OLE color: 12261651.

HSL color Cylindrical-coordinate representation of color #1319BB: hue angle of 237.86º degrees, saturation: 0.82, 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 #1319BB is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 25 187 -
CMYK 0.90 0.87 0 0.27
HSL 237.86º 0.82% 0.4% -
HSV(B) 237.86º 0.9% 0.73% -
XYZ 9.59 4.42 47.36 -
YUV 41.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 19 25 187 0.90 0.87 0 0.27 237.86 0.82 0.4
Hex 13 19 BB 5A 57 0 1B EE 52 28
Octal 23 31 273 132 127 0 33 356 122 50
Binary 10011 11001 10111011 1011010 1010111 0 11011 11101110 1010010 101000

Color Harmonies of #1319BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319BB

Black with #1319BB

Text Example


Text Example

White with #1319BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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