Html Css Color HEX #1819BB Persian Blue

📋 copy color: '#1819BB'

red 24 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1819BB

Tints of Persian Blue #1819BB

RGB

 RED value IS 24 (9.77% from 255) = 10.17%

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

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

R = 10.17%
G = 10.59%
B = 79.24%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1819BB (or 0x1819BB) is known color: Persian Blue. HEX triplet: 18, 19 and BB. RGB value is (24,25,187). Sum of RGB (Red+Green+Blue) = 24+25+187=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #1819BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819BB is #E7E644. Grayscale: #2A2A2A. Windows color (decimal): -15197765 or 12261656. OLE color: 12261656.

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

Color convert

RGB 24 25 187 -
CMYK 0.87 0.87 0 0.27
HSL 239.63º 0.77% 0.41% -
HSV(B) 239.63º 0.87% 0.73% -
XYZ 9.69 4.48 47.37 -
YUV 43.17 209.17 114.33 -
System Red Green Blue C M Y K H S L
Decimal 24 25 187 0.87 0.87 0 0.27 239.63 0.77 0.41
Hex 18 19 BB 57 57 0 1B F0 4D 29
Octal 30 31 273 127 127 0 33 360 115 51
Binary 11000 11001 10111011 1010111 1010111 0 11011 11110000 1001101 101001

Color Harmonies of #1819BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819BB

Black with #1819BB

Text Example


Text Example

White with #1819BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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