Html Css Color HEX #191FD4 Persian Blue

📋 copy color: '#191FD4'

red 25 ◦ green 31 ◦ blue 212

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

Shades of Persian Blue #191FD4

Tints of Persian Blue #191FD4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 212 (83.2% from 255) = 79.1%

R = 9.33%
G = 11.57%
B = 79.1%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#191FD4 (or 0x191FD4) is known color: Persian Blue. HEX triplet: 19, 1F and D4. RGB value is (25,31,212). Sum of RGB (Red+Green+Blue) = 25+31+212=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 212 (83.20% from 255 or 79.10% from 268); Max value from RGB is 212 - color contains mainly: blue. Hex color #191FD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FD4 is #E6E02B. Grayscale: #313131. Windows color (decimal): -15130668 or 13901593. OLE color: 13901593.

HSL color Cylindrical-coordinate representation of color #191FD4: hue angle of 238.07º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191FD4 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 25 31 212 -
CMYK 0.88 0.85 0 0.17
HSL 238.07º 0.79% 0.46% -
HSV(B) 238.07º 0.88% 0.83% -
XYZ 12.77 5.94 62.76 -
YUV 49.84 219.51 110.28 -
System Red Green Blue C M Y K H S L
Decimal 25 31 212 0.88 0.85 0 0.17 238.07 0.79 0.46
Hex 19 1F D4 58 55 0 11 EE 4F 2E
Octal 31 37 324 130 125 0 21 356 117 56
Binary 11001 11111 11010100 1011000 1010101 0 10001 11101110 1001111 101110

Color Harmonies of #191FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191FD4

Black with #191FD4

Text Example


Text Example

White with #191FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,31,212); }

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

background-color css

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

 a { background-color: rgb(25,31,212); }

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

border-color css

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

 span { border-color: rgb(25,31,212); }

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