Html Css Color HEX #1821DB Persian Blue

📋 copy color: '#1821DB'

red 24 ◦ green 33 ◦ blue 219

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

Shades of Persian Blue #1821DB

Tints of Persian Blue #1821DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.35%

R = 8.7%
G = 11.96%
B = 79.35%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1821DB (or 0x1821DB) is known color: Persian Blue. HEX triplet: 18, 21 and DB. RGB value is (24,33,219). Sum of RGB (Red+Green+Blue) = 24+33+219=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #1821DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1821DB is #E7DE24. Grayscale: #323232. Windows color (decimal): -15195685 or 14360856. OLE color: 14360856.

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

Color convert

RGB 24 33 219 -
CMYK 0.89 0.85 0 0.14
HSL 237.23º 0.8% 0.48% -
HSV(B) 237.23º 0.89% 0.86% -
XYZ 13.71 6.4 67.53 -
YUV 51.51 222.52 108.38 -
System Red Green Blue C M Y K H S L
Decimal 24 33 219 0.89 0.85 0 0.14 237.23 0.8 0.48
Hex 18 21 DB 59 55 0 E ED 50 30
Octal 30 41 333 131 125 0 16 355 120 60
Binary 11000 100001 11011011 1011001 1010101 0 1110 11101101 1010000 110000

Color Harmonies of #1821DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1821DB

Black with #1821DB

Text Example


Text Example

White with #1821DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1821DB; }

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

 H1.HeaderClassName
 {
   color: #1821DB;
 }
 .AnyTagClassName
 {
   color: #1821DB;
 }
</style>

background-color css

<style>
 a { background-color: #1821DB; }

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

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

border-color css

<style>
 span { border-color: #1821DB; }

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

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