Html Css Color HEX #191DBB Persian Blue

📋 copy color: '#191DBB'

red 25 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #191DBB

Tints of Persian Blue #191DBB

RGB

 RED value IS 25 (10.16% from 255) = 10.37%

 GREEN value IS 29 (11.72% from 255) = 12.03%

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

R = 10.37%
G = 12.03%
B = 77.59%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#191DBB (or 0x191DBB) is known color: Persian Blue. HEX triplet: 19, 1D and BB. RGB value is (25,29,187). Sum of RGB (Red+Green+Blue) = 25+29+187=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #191DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DBB is #E6E244. Grayscale: #2D2D2D. Windows color (decimal): -15131205 or 12262681. OLE color: 12262681.

HSL color Cylindrical-coordinate representation of color #191DBB: hue angle of 238.52º 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 #191DBB is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 29 187 -
CMYK 0.87 0.84 0 0.27
HSL 238.52º 0.76% 0.42% -
HSV(B) 238.52º 0.87% 0.73% -
XYZ 9.81 4.67 47.4 -
YUV 45.82 207.67 113.15 -
System Red Green Blue C M Y K H S L
Decimal 25 29 187 0.87 0.84 0 0.27 238.52 0.76 0.42
Hex 19 1D BB 57 54 0 1B EF 4C 2A
Octal 31 35 273 127 124 0 33 357 114 52
Binary 11001 11101 10111011 1010111 1010100 0 11011 11101111 1001100 101010

Color Harmonies of #191DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DBB

Black with #191DBB

Text Example


Text Example

White with #191DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191DBB; }

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

 H1.HeaderClassName
 {
   color: #191DBB;
 }
 .AnyTagClassName
 {
   color: #191DBB;
 }
</style>

background-color css

<style>
 a { background-color: #191DBB; }

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

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

border-color css

<style>
 span { border-color: #191DBB; }

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

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