Html Css Color HEX #1B19BB Persian Blue

📋 copy color: '#1B19BB'

red 27 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #1B19BB

Tints of Persian Blue #1B19BB

RGB

 RED value IS 27 (10.94% from 255) = 11.3%

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

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

R = 11.3%
G = 10.46%
B = 78.24%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B19BB (or 0x1B19BB) is known color: Persian Blue. HEX triplet: 1B, 19 and BB. RGB value is (27,25,187). Sum of RGB (Red+Green+Blue) = 27+25+187=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B19BB is #E4E644. Grayscale: #2B2B2B. Windows color (decimal): -15001157 or 12261659. OLE color: 12261659.

HSL color Cylindrical-coordinate representation of color #1B19BB: hue angle of 240.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B19BB is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 25 187 -
CMYK 0.86 0.87 0 0.27
HSL 240.74º 0.76% 0.42% -
HSV(B) 240.74º 0.87% 0.73% -
XYZ 9.77 4.52 47.37 -
YUV 44.07 208.66 115.83 -
System Red Green Blue C M Y K H S L
Decimal 27 25 187 0.86 0.87 0 0.27 240.74 0.76 0.42
Hex 1B 19 BB 56 57 0 1B F1 4C 2A
Octal 33 31 273 126 127 0 33 361 114 52
Binary 11011 11001 10111011 1010110 1010111 0 11011 11110001 1001100 101010

Color Harmonies of #1B19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B19BB

Black with #1B19BB

Text Example


Text Example

White with #1B19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B19BB; }

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

 H1.HeaderClassName
 {
   color: #1B19BB;
 }
 .AnyTagClassName
 {
   color: #1B19BB;
 }
</style>

background-color css

<style>
 a { background-color: #1B19BB; }

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

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

border-color css

<style>
 span { border-color: #1B19BB; }

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

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