Html Css Color HEX #1820CD Persian Blue

📋 copy color: '#1820CD'

red 24 ◦ green 32 ◦ blue 205

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

Shades of Persian Blue #1820CD

Tints of Persian Blue #1820CD

RGB

 RED value IS 24 (9.77% from 255) = 9.2%

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 205 (80.47% from 255) = 78.54%

R = 9.2%
G = 12.26%
B = 78.54%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1820CD (or 0x1820CD) is known color: Persian Blue. HEX triplet: 18, 20 and CD. RGB value is (24,32,205). Sum of RGB (Red+Green+Blue) = 24+32+205=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #1820CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820CD is #E7DF32. Grayscale: #303030. Windows color (decimal): -15195955 or 13443096. OLE color: 13443096.

HSL color Cylindrical-coordinate representation of color #1820CD: hue angle of 237.35º degrees, saturation: 0.79, 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 #1820CD is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 32 205 -
CMYK 0.88 0.84 0 0.20
HSL 237.35º 0.79% 0.45% -
HSV(B) 237.35º 0.88% 0.8% -
XYZ 11.91 5.63 58.22 -
YUV 49.33 215.85 109.93 -
System Red Green Blue C M Y K H S L
Decimal 24 32 205 0.88 0.84 0 0.20 237.35 0.79 0.45
Hex 18 20 CD 58 54 0 14 ED 4F 2D
Octal 30 40 315 130 124 0 24 355 117 55
Binary 11000 100000 11001101 1011000 1010100 0 10100 11101101 1001111 101101

Color Harmonies of #1820CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820CD

Black with #1820CD

Text Example


Text Example

White with #1820CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1820CD; }

 p { color: rgb(24,32,205); }

 H1.HeaderClassName
 {
   color: #1820CD;
 }
 .AnyTagClassName
 {
   color: #1820CD;
 }
</style>

background-color css

<style>
 a { background-color: #1820CD; }

 a { background-color: rgb(24,32,205); }

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

border-color css

<style>
 span { border-color: #1820CD; }

 span { border-color: rgb(24,32,205); }

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