Html Css Color HEX #1925CB Persian Blue

📋 copy color: '#1925CB'

red 25 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #1925CB

Tints of Persian Blue #1925CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 9.43%
G = 13.96%
B = 76.6%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1925CB (or 0x1925CB) is known color: Persian Blue. HEX triplet: 19, 25 and CB. RGB value is (25,37,203). Sum of RGB (Red+Green+Blue) = 25+37+203=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #1925CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925CB is #E6DA34. Grayscale: #333333. Windows color (decimal): -15129141 or 13313305. OLE color: 13313305.

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

Color convert

RGB 25 37 203 -
CMYK 0.88 0.82 0 0.20
HSL 235.96º 0.78% 0.45% -
HSV(B) 235.96º 0.88% 0.8% -
XYZ 11.84 5.84 57 -
YUV 52.34 213.02 108.5 -
System Red Green Blue C M Y K H S L
Decimal 25 37 203 0.88 0.82 0 0.20 235.96 0.78 0.45
Hex 19 25 CB 58 52 0 14 EC 4E 2D
Octal 31 45 313 130 122 0 24 354 116 55
Binary 11001 100101 11001011 1011000 1010010 0 10100 11101100 1001110 101101

Color Harmonies of #1925CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1925CB

Black with #1925CB

Text Example


Text Example

White with #1925CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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