Html Css Color HEX #1925BE Persian Blue

📋 copy color: '#1925BE'

red 25 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #1925BE

Tints of Persian Blue #1925BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 9.92%
G = 14.68%
B = 75.4%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1925BE (or 0x1925BE) is known color: Persian Blue. HEX triplet: 19, 25 and BE. RGB value is (25,37,190). Sum of RGB (Red+Green+Blue) = 25+37+190=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #1925BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925BE is #E6DA41. Grayscale: #323232. Windows color (decimal): -15129154 or 12461337. OLE color: 12461337.

HSL color Cylindrical-coordinate representation of color #1925BE: hue angle of 235.64º 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 #1925BE is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 37 190 -
CMYK 0.87 0.81 0 0.25
HSL 235.64º 0.77% 0.42% -
HSV(B) 235.64º 0.87% 0.75% -
XYZ 10.36 5.25 49.18 -
YUV 50.85 206.52 109.56 -
System Red Green Blue C M Y K H S L
Decimal 25 37 190 0.87 0.81 0 0.25 235.64 0.77 0.42
Hex 19 25 BE 57 51 0 19 EC 4D 2A
Octal 31 45 276 127 121 0 31 354 115 52
Binary 11001 100101 10111110 1010111 1010001 0 11001 11101100 1001101 101010

Color Harmonies of #1925BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925BE

Black with #1925BE

Text Example


Text Example

White with #1925BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1925BE; }

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

 H1.HeaderClassName
 {
   color: #1925BE;
 }
 .AnyTagClassName
 {
   color: #1925BE;
 }
</style>

background-color css

<style>
 a { background-color: #1925BE; }

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

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

border-color css

<style>
 span { border-color: #1925BE; }

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

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