Html Css Color HEX #1619BB Persian Blue

📋 copy color: '#1619BB'

red 22 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1619BB

Tints of Persian Blue #1619BB

RGB

 RED value IS 22 (8.98% from 255) = 9.4%

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

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

R = 9.4%
G = 10.68%
B = 79.91%

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

#1619BB (or 0x1619BB) is known color: Persian Blue. HEX triplet: 16, 19 and BB. RGB value is (22,25,187). Sum of RGB (Red+Green+Blue) = 22+25+187=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #1619BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1619BB is #E9E644. Grayscale: #292929. Windows color (decimal): -15328837 or 12261654. OLE color: 12261654.

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

Color convert

RGB 22 25 187 -
CMYK 0.88 0.87 0 0.27
HSL 238.91º 0.79% 0.41% -
HSV(B) 238.91º 0.88% 0.73% -
XYZ 9.65 4.45 47.36 -
YUV 42.57 209.51 113.33 -
System Red Green Blue C M Y K H S L
Decimal 22 25 187 0.88 0.87 0 0.27 238.91 0.79 0.41
Hex 16 19 BB 58 57 0 1B EF 4F 29
Octal 26 31 273 130 127 0 33 357 117 51
Binary 10110 11001 10111011 1011000 1010111 0 11011 11101111 1001111 101001

Color Harmonies of #1619BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1619BB

Black with #1619BB

Text Example


Text Example

White with #1619BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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