Html Css Color HEX #1921B6 Persian Blue

📋 copy color: '#1921B6'

red 25 ◦ green 33 ◦ blue 182

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

Shades of Persian Blue #1921B6

Tints of Persian Blue #1921B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 75.83%

R = 10.42%
G = 13.75%
B = 75.83%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1921B6 (or 0x1921B6) is known color: Persian Blue. HEX triplet: 19, 21 and B6. RGB value is (25,33,182). Sum of RGB (Red+Green+Blue) = 25+33+182=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 182 (71.48% from 255 or 75.83% from 240); Max value from RGB is 182 - color contains mainly: blue. Hex color #1921B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921B6 is #E6DE49. Grayscale: #2E2E2E. Windows color (decimal): -15130186 or 11936025. OLE color: 11936025.

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

Color convert

RGB 25 33 182 -
CMYK 0.86 0.82 0 0.29
HSL 236.94º 0.76% 0.41% -
HSV(B) 236.94º 0.86% 0.71% -
XYZ 9.39 4.67 44.66 -
YUV 47.59 203.85 111.88 -
System Red Green Blue C M Y K H S L
Decimal 25 33 182 0.86 0.82 0 0.29 236.94 0.76 0.41
Hex 19 21 B6 56 52 0 1D ED 4C 29
Octal 31 41 266 126 122 0 35 355 114 51
Binary 11001 100001 10110110 1010110 1010010 0 11101 11101101 1001100 101001

Color Harmonies of #1921B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1921B6

Black with #1921B6

Text Example


Text Example

White with #1921B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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