Html Css Color HEX #1925BC Persian Blue

📋 copy color: '#1925BC'

red 25 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #1925BC

Tints of Persian Blue #1925BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.2%

R = 10%
G = 14.8%
B = 75.2%

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

#1925BC (or 0x1925BC) is known color: Persian Blue. HEX triplet: 19, 25 and BC. RGB value is (25,37,188). Sum of RGB (Red+Green+Blue) = 25+37+188=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #1925BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925BC is #E6DA43. Grayscale: #323232. Windows color (decimal): -15129156 or 12330265. OLE color: 12330265.

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

Color convert

RGB 25 37 188 -
CMYK 0.87 0.80 0 0.26
HSL 235.58º 0.77% 0.42% -
HSV(B) 235.58º 0.87% 0.74% -
XYZ 10.14 5.16 48.04 -
YUV 50.63 205.52 109.72 -
System Red Green Blue C M Y K H S L
Decimal 25 37 188 0.87 0.80 0 0.26 235.58 0.77 0.42
Hex 19 25 BC 57 50 0 1A EC 4D 2A
Octal 31 45 274 127 120 0 32 354 115 52
Binary 11001 100101 10111100 1010111 1010000 0 11010 11101100 1001101 101010

Color Harmonies of #1925BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925BC

Black with #1925BC

Text Example


Text Example

White with #1925BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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