Html Css Color HEX #1925B4 Persian Blue

📋 copy color: '#1925B4'

red 25 ◦ green 37 ◦ blue 180

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

Shades of Persian Blue #1925B4

Tints of Persian Blue #1925B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 74.38%

R = 10.33%
G = 15.29%
B = 74.38%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1925B4 (or 0x1925B4) is known color: Persian Blue. HEX triplet: 19, 25 and B4. RGB value is (25,37,180). Sum of RGB (Red+Green+Blue) = 25+37+180=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #1925B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925B4 is #E6DA4B. Grayscale: #313131. Windows color (decimal): -15129164 or 11805977. OLE color: 11805977.

HSL color Cylindrical-coordinate representation of color #1925B4: hue angle of 235.35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1925B4 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 37 180 -
CMYK 0.86 0.79 0 0.29
HSL 235.35º 0.76% 0.4% -
HSV(B) 235.35º 0.86% 0.71% -
XYZ 9.3 4.83 43.62 -
YUV 49.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 25 37 180 0.86 0.79 0 0.29 235.35 0.76 0.4
Hex 19 25 B4 56 4F 0 1D EB 4C 28
Octal 31 45 264 126 117 0 35 353 114 50
Binary 11001 100101 10110100 1010110 1001111 0 11101 11101011 1001100 101000

Color Harmonies of #1925B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925B4

Black with #1925B4

Text Example


Text Example

White with #1925B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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