Html Css Color HEX #1925BB Persian Blue

📋 copy color: '#1925BB'

red 25 ◦ green 37 ◦ blue 187

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

Shades of Persian Blue #1925BB

Tints of Persian Blue #1925BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 10.04%
G = 14.86%
B = 75.1%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1925BB (or 0x1925BB) is known color: Persian Blue. HEX triplet: 19, 25 and BB. RGB value is (25,37,187). Sum of RGB (Red+Green+Blue) = 25+37+187=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #1925BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925BB is #E6DA44. Grayscale: #313131. Windows color (decimal): -15129157 or 12264729. OLE color: 12264729.

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

Color convert

RGB 25 37 187 -
CMYK 0.87 0.80 0 0.27
HSL 235.56º 0.76% 0.42% -
HSV(B) 235.56º 0.87% 0.73% -
XYZ 10.03 5.12 47.47 -
YUV 50.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 25 37 187 0.87 0.80 0 0.27 235.56 0.76 0.42
Hex 19 25 BB 57 50 0 1B EC 4C 2A
Octal 31 45 273 127 120 0 33 354 114 52
Binary 11001 100101 10111011 1010111 1010000 0 11011 11101100 1001100 101010

Color Harmonies of #1925BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925BB

Black with #1925BB

Text Example


Text Example

White with #1925BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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