Html Css Color HEX #1719BB Persian Blue

📋 copy color: '#1719BB'

red 23 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1719BB

Tints of Persian Blue #1719BB

RGB

 RED value IS 23 (9.38% from 255) = 9.79%

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

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

R = 9.79%
G = 10.64%
B = 79.57%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1719BB (or 0x1719BB) is known color: Persian Blue. HEX triplet: 17, 19 and BB. RGB value is (23,25,187). Sum of RGB (Red+Green+Blue) = 23+25+187=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #1719BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1719BB is #E8E644. Grayscale: #2A2A2A. Windows color (decimal): -15263301 or 12261655. OLE color: 12261655.

HSL color Cylindrical-coordinate representation of color #1719BB: hue angle of 239.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1719BB is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 25 187 -
CMYK 0.88 0.87 0 0.27
HSL 239.27º 0.78% 0.41% -
HSV(B) 239.27º 0.88% 0.73% -
XYZ 9.67 4.47 47.37 -
YUV 42.87 209.34 113.83 -
System Red Green Blue C M Y K H S L
Decimal 23 25 187 0.88 0.87 0 0.27 239.27 0.78 0.41
Hex 17 19 BB 58 57 0 1B EF 4E 29
Octal 27 31 273 130 127 0 33 357 116 51
Binary 10111 11001 10111011 1011000 1010111 0 11011 11101111 1001110 101001

Color Harmonies of #1719BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1719BB

Black with #1719BB

Text Example


Text Example

White with #1719BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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