Html Css Color HEX #1925CA Persian Blue

📋 copy color: '#1925CA'

red 25 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #1925CA

Tints of Persian Blue #1925CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 76.52%

R = 9.47%
G = 14.02%
B = 76.52%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1925CA (or 0x1925CA) is known color: Persian Blue. HEX triplet: 19, 25 and CA. RGB value is (25,37,202). Sum of RGB (Red+Green+Blue) = 25+37+202=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #1925CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925CA is #E6DA35. Grayscale: #333333. Windows color (decimal): -15129142 or 13247769. OLE color: 13247769.

HSL color Cylindrical-coordinate representation of color #1925CA: hue angle of 235.93º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1925CA is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 37 202 -
CMYK 0.88 0.82 0 0.21
HSL 235.93º 0.78% 0.45% -
HSV(B) 235.93º 0.88% 0.79% -
XYZ 11.72 5.79 56.38 -
YUV 52.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 25 37 202 0.88 0.82 0 0.21 235.93 0.78 0.45
Hex 19 25 CA 58 52 0 15 EC 4E 2D
Octal 31 45 312 130 122 0 25 354 116 55
Binary 11001 100101 11001010 1011000 1010010 0 10101 11101100 1001110 101101

Color Harmonies of #1925CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925CA

Black with #1925CA

Text Example


Text Example

White with #1925CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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