Html Css Color HEX #1921DD Persian Blue

📋 copy color: '#1921DD'

red 25 ◦ green 33 ◦ blue 221

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

Shades of Persian Blue #1921DD

Tints of Persian Blue #1921DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 8.96%
G = 11.83%
B = 79.21%

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

#1921DD (or 0x1921DD) is known color: Persian Blue. HEX triplet: 19, 21 and DD. RGB value is (25,33,221). Sum of RGB (Red+Green+Blue) = 25+33+221=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #1921DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921DD is #E6DE22. Grayscale: #333333. Windows color (decimal): -15130147 or 14491929. OLE color: 14491929.

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

Color convert

RGB 25 33 221 -
CMYK 0.89 0.85 0 0.13
HSL 237.55º 0.8% 0.48% -
HSV(B) 237.55º 0.89% 0.87% -
XYZ 14 6.51 68.93 -
YUV 52.04 223.35 108.71 -
System Red Green Blue C M Y K H S L
Decimal 25 33 221 0.89 0.85 0 0.13 237.55 0.8 0.48
Hex 19 21 DD 59 55 0 D EE 50 30
Octal 31 41 335 131 125 0 15 356 120 60
Binary 11001 100001 11011101 1011001 1010101 0 1101 11101110 1010000 110000

Color Harmonies of #1921DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1921DD

Black with #1921DD

Text Example


Text Example

White with #1921DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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