Html Css Color HEX #1824DB Persian Blue

📋 copy color: '#1824DB'

red 24 ◦ green 36 ◦ blue 219

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

Shades of Persian Blue #1824DB

Tints of Persian Blue #1824DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 8.6%
G = 12.9%
B = 78.49%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1824DB (or 0x1824DB) is known color: Persian Blue. HEX triplet: 18, 24 and DB. RGB value is (24,36,219). Sum of RGB (Red+Green+Blue) = 24+36+219=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #1824DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824DB is #E7DB24. Grayscale: #343434. Windows color (decimal): -15194917 or 14361624. OLE color: 14361624.

HSL color Cylindrical-coordinate representation of color #1824DB: hue angle of 236.31º 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 #1824DB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 36 219 -
CMYK 0.89 0.84 0 0.14
HSL 236.31º 0.8% 0.48% -
HSV(B) 236.31º 0.89% 0.86% -
XYZ 13.79 6.57 67.56 -
YUV 53.27 221.52 107.12 -
System Red Green Blue C M Y K H S L
Decimal 24 36 219 0.89 0.84 0 0.14 236.31 0.8 0.48
Hex 18 24 DB 59 54 0 E EC 50 30
Octal 30 44 333 131 124 0 16 354 120 60
Binary 11000 100100 11011011 1011001 1010100 0 1110 11101100 1010000 110000

Color Harmonies of #1824DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824DB

Black with #1824DB

Text Example


Text Example

White with #1824DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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