Html Css Color HEX #2119CC Persian Blue

📋 copy color: '#2119CC'

red 33 ◦ green 25 ◦ blue 204

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

Shades of Persian Blue #2119CC

Tints of Persian Blue #2119CC

RGB

 RED value IS 33 (13.28% from 255) = 12.6%

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 204 (80.08% from 255) = 77.86%

R = 12.6%
G = 9.54%
B = 77.86%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2119CC (or 0x2119CC) is known color: Persian Blue. HEX triplet: 21, 19 and CC. RGB value is (33,25,204). Sum of RGB (Red+Green+Blue) = 33+25+204=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #2119CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119CC is #DEE633. Grayscale: #2F2F2F. Windows color (decimal): -14607924 or 13375777. OLE color: 13375777.

HSL color Cylindrical-coordinate representation of color #2119CC: hue angle of 242.68º 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 #2119CC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 25 204 -
CMYK 0.84 0.88 0 0.2
HSL 242.68º 0.78% 0.45% -
HSV(B) 242.68º 0.88% 0.8% -
XYZ 11.87 5.38 57.54 -
YUV 47.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 33 25 204 0.84 0.88 0 0.2 242.68 0.78 0.45
Hex 21 19 CC 54 58 0 14 F3 4E 2D
Octal 41 31 314 124 130 0 24 363 116 55
Binary 100001 11001 11001100 1010100 1011000 0 10100 11110011 1001110 101101

Color Harmonies of #2119CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2119CC

Black with #2119CC

Text Example


Text Example

White with #2119CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2119CC; }

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

 H1.HeaderClassName
 {
   color: #2119CC;
 }
 .AnyTagClassName
 {
   color: #2119CC;
 }
</style>

background-color css

<style>
 a { background-color: #2119CC; }

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

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

border-color css

<style>
 span { border-color: #2119CC; }

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

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