Html Css Color HEX #2118B9 Persian Blue

📋 copy color: '#2118B9'

red 33 ◦ green 24 ◦ blue 185

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

Shades of Persian Blue #2118B9

Tints of Persian Blue #2118B9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 185 (72.66% from 255) = 76.45%

R = 13.64%
G = 9.92%
B = 76.45%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2118B9 (or 0x2118B9) is known color: Persian Blue. HEX triplet: 21, 18 and B9. RGB value is (33,24,185). Sum of RGB (Red+Green+Blue) = 33+24+185=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 185 (72.66% from 255 or 76.45% from 242); Max value from RGB is 185 - color contains mainly: blue. Hex color #2118B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2118B9 is #DEE746. Grayscale: #2C2C2C. Windows color (decimal): -14608199 or 12130337. OLE color: 12130337.

HSL color Cylindrical-coordinate representation of color #2118B9: hue angle of 243.35º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2118B9 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 24 185 -
CMYK 0.82 0.87 0 0.27
HSL 243.35º 0.77% 0.41% -
HSV(B) 243.35º 0.87% 0.73% -
XYZ 9.71 4.48 46.25 -
YUV 45.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 33 24 185 0.82 0.87 0 0.27 243.35 0.77 0.41
Hex 21 18 B9 52 57 0 1B F3 4D 29
Octal 41 30 271 122 127 0 33 363 115 51
Binary 100001 11000 10111001 1010010 1010111 0 11011 11110011 1001101 101001

Color Harmonies of #2118B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2118B9

Black with #2118B9

Text Example


Text Example

White with #2118B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2118B9; }

 p { color: rgb(33,24,185); }

 H1.HeaderClassName
 {
   color: #2118B9;
 }
 .AnyTagClassName
 {
   color: #2118B9;
 }
</style>

background-color css

<style>
 a { background-color: #2118B9; }

 a { background-color: rgb(33,24,185); }

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

border-color css

<style>
 span { border-color: #2118B9; }

 span { border-color: rgb(33,24,185); }

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