Html Css Color HEX #1824CE Persian Blue

📋 copy color: '#1824CE'

red 24 ◦ green 36 ◦ blue 206

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

Shades of Persian Blue #1824CE

Tints of Persian Blue #1824CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.44%

R = 9.02%
G = 13.53%
B = 77.44%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1824CE (or 0x1824CE) is known color: Persian Blue. HEX triplet: 18, 24 and CE. RGB value is (24,36,206). Sum of RGB (Red+Green+Blue) = 24+36+206=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #1824CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824CE is #E7DB31. Grayscale: #333333. Windows color (decimal): -15194930 or 13509656. OLE color: 13509656.

HSL color Cylindrical-coordinate representation of color #1824CE: hue angle of 236.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1824CE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 36 206 -
CMYK 0.88 0.83 0 0.19
HSL 236.04º 0.79% 0.45% -
HSV(B) 236.04º 0.88% 0.81% -
XYZ 12.15 5.91 58.89 -
YUV 51.79 215.02 108.18 -
System Red Green Blue C M Y K H S L
Decimal 24 36 206 0.88 0.83 0 0.19 236.04 0.79 0.45
Hex 18 24 CE 58 53 0 13 EC 4F 2D
Octal 30 44 316 130 123 0 23 354 117 55
Binary 11000 100100 11001110 1011000 1010011 0 10011 11101100 1001111 101101

Color Harmonies of #1824CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824CE

Black with #1824CE

Text Example


Text Example

White with #1824CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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