Html Css Color HEX #191CCB Persian Blue

📋 copy color: '#191CCB'

red 25 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #191CCB

Tints of Persian Blue #191CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

 BLUE value IS 203 (79.69% from 255) = 79.3%

R = 9.77%
G = 10.94%
B = 79.3%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#191CCB (or 0x191CCB) is known color: Persian Blue. HEX triplet: 19, 1C and CB. RGB value is (25,28,203). Sum of RGB (Red+Green+Blue) = 25+28+203=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #191CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CCB is #E6E334. Grayscale: #2E2E2E. Windows color (decimal): -15131445 or 13311001. OLE color: 13311001.

HSL color Cylindrical-coordinate representation of color #191CCB: hue angle of 238.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191CCB is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 28 203 -
CMYK 0.88 0.86 0 0.20
HSL 238.99º 0.78% 0.45% -
HSV(B) 238.99º 0.88% 0.8% -
XYZ 11.6 5.35 56.92 -
YUV 47.05 216.01 112.27 -
System Red Green Blue C M Y K H S L
Decimal 25 28 203 0.88 0.86 0 0.20 238.99 0.78 0.45
Hex 19 1C CB 58 56 0 14 EF 4E 2D
Octal 31 34 313 130 126 0 24 357 116 55
Binary 11001 11100 11001011 1011000 1010110 0 10100 11101111 1001110 101101

Color Harmonies of #191CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191CCB

Black with #191CCB

Text Example


Text Example

White with #191CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,28,203); }

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

background-color css

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

 a { background-color: rgb(25,28,203); }

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

border-color css

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

 span { border-color: rgb(25,28,203); }

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