Html Css Color HEX #2F19BE Persian Blue

📋 copy color: '#2F19BE'

red 47 ◦ green 25 ◦ blue 190

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

Shades of Persian Blue #2F19BE

Tints of Persian Blue #2F19BE

RGB

 RED value IS 47 (18.75% from 255) = 17.94%

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

 BLUE value IS 190 (74.61% from 255) = 72.52%

R = 17.94%
G = 9.54%
B = 72.52%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F19BE (or 0x2F19BE) is known color: Persian Blue. HEX triplet: 2F, 19 and BE. RGB value is (47,25,190). Sum of RGB (Red+Green+Blue) = 47+25+190=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F19BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F19BE is #D0E641. Grayscale: #313131. Windows color (decimal): -13690434 or 12458287. OLE color: 12458287.

HSL color Cylindrical-coordinate representation of color #2F19BE: hue angle of 248º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F19BE is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 25 190 -
CMYK 0.75 0.87 0 0.25
HSL 248º 0.77% 0.42% -
HSV(B) 248º 0.87% 0.75% -
XYZ 10.81 5.02 49.11 -
YUV 50.39 206.79 125.58 -
System Red Green Blue C M Y K H S L
Decimal 47 25 190 0.75 0.87 0 0.25 248 0.77 0.42
Hex 2F 19 BE 4B 57 0 19 F8 4D 2A
Octal 57 31 276 113 127 0 31 370 115 52
Binary 101111 11001 10111110 1001011 1010111 0 11001 11111000 1001101 101010

Color Harmonies of #2F19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F19BE

Black with #2F19BE

Text Example


Text Example

White with #2F19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F19BE; }

 p { color: rgb(47,25,190); }

 H1.HeaderClassName
 {
   color: #2F19BE;
 }
 .AnyTagClassName
 {
   color: #2F19BE;
 }
</style>

background-color css

<style>
 a { background-color: #2F19BE; }

 a { background-color: rgb(47,25,190); }

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

border-color css

<style>
 span { border-color: #2F19BE; }

 span { border-color: rgb(47,25,190); }

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