Html Css Color HEX #1319BC Persian Blue

📋 copy color: '#1319BC'

red 19 ◦ green 25 ◦ blue 188

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

Shades of Persian Blue #1319BC

Tints of Persian Blue #1319BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 8.19%
G = 10.78%
B = 81.03%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1319BC (or 0x1319BC) is known color: Persian Blue. HEX triplet: 13, 19 and BC. RGB value is (19,25,188). Sum of RGB (Red+Green+Blue) = 19+25+188=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #1319BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319BC is #ECE643. Grayscale: #292929. Windows color (decimal): -15525444 or 12327187. OLE color: 12327187.

HSL color Cylindrical-coordinate representation of color #1319BC: hue angle of 237.87º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1319BC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 25 188 -
CMYK 0.90 0.87 0 0.26
HSL 237.87º 0.82% 0.41% -
HSV(B) 237.87º 0.9% 0.74% -
XYZ 9.69 4.46 47.93 -
YUV 41.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 19 25 188 0.90 0.87 0 0.26 237.87 0.82 0.41
Hex 13 19 BC 5A 57 0 1A EE 52 29
Octal 23 31 274 132 127 0 32 356 122 51
Binary 10011 11001 10111100 1011010 1010111 0 11010 11101110 1010010 101001

Color Harmonies of #1319BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1319BC

Black with #1319BC

Text Example


Text Example

White with #1319BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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