Html Css Color HEX #1925BD Persian Blue

📋 copy color: '#1925BD'

red 25 ◦ green 37 ◦ blue 189

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

Shades of Persian Blue #1925BD

Tints of Persian Blue #1925BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.3%

R = 9.96%
G = 14.74%
B = 75.3%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1925BD (or 0x1925BD) is known color: Persian Blue. HEX triplet: 19, 25 and BD. RGB value is (25,37,189). Sum of RGB (Red+Green+Blue) = 25+37+189=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #1925BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925BD is #E6DA42. Grayscale: #323232. Windows color (decimal): -15129155 or 12395801. OLE color: 12395801.

HSL color Cylindrical-coordinate representation of color #1925BD: hue angle of 235.61º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1925BD is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 37 189 -
CMYK 0.87 0.80 0 0.26
HSL 235.61º 0.77% 0.42% -
HSV(B) 235.61º 0.87% 0.74% -
XYZ 10.25 5.2 48.61 -
YUV 50.74 206.02 109.64 -
System Red Green Blue C M Y K H S L
Decimal 25 37 189 0.87 0.80 0 0.26 235.61 0.77 0.42
Hex 19 25 BD 57 50 0 1A EC 4D 2A
Octal 31 45 275 127 120 0 32 354 115 52
Binary 11001 100101 10111101 1010111 1010000 0 11010 11101100 1001101 101010

Color Harmonies of #1925BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925BD

Black with #1925BD

Text Example


Text Example

White with #1925BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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