Html Css Color HEX #1921DF Persian Blue

📋 copy color: '#1921DF'

red 25 ◦ green 33 ◦ blue 223

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

Shades of Persian Blue #1921DF

Tints of Persian Blue #1921DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.74%

 BLUE value IS 223 (87.5% from 255) = 79.36%

R = 8.9%
G = 11.74%
B = 79.36%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1921DF (or 0x1921DF) is known color: Persian Blue. HEX triplet: 19, 21 and DF. RGB value is (25,33,223). Sum of RGB (Red+Green+Blue) = 25+33+223=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #1921DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921DF is #E6DE20. Grayscale: #333333. Windows color (decimal): -15130145 or 14623001. OLE color: 14623001.

HSL color Cylindrical-coordinate representation of color #1921DF: hue angle of 237.58º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1921DF is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 33 223 -
CMYK 0.89 0.85 0 0.13
HSL 237.58º 0.8% 0.49% -
HSV(B) 237.58º 0.89% 0.87% -
XYZ 14.26 6.62 70.34 -
YUV 52.27 224.35 108.55 -
System Red Green Blue C M Y K H S L
Decimal 25 33 223 0.89 0.85 0 0.13 237.58 0.8 0.49
Hex 19 21 DF 59 55 0 D EE 50 31
Octal 31 41 337 131 125 0 15 356 120 61
Binary 11001 100001 11011111 1011001 1010101 0 1101 11101110 1010000 110001

Color Harmonies of #1921DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1921DF

Black with #1921DF

Text Example


Text Example

White with #1921DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1921DF; }

 p { color: rgb(25,33,223); }

 H1.HeaderClassName
 {
   color: #1921DF;
 }
 .AnyTagClassName
 {
   color: #1921DF;
 }
</style>

background-color css

<style>
 a { background-color: #1921DF; }

 a { background-color: rgb(25,33,223); }

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

border-color css

<style>
 span { border-color: #1921DF; }

 span { border-color: rgb(25,33,223); }

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