Html Css Color HEX #1824CD Persian Blue

📋 copy color: '#1824CD'

red 24 ◦ green 36 ◦ blue 205

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

Shades of Persian Blue #1824CD

Tints of Persian Blue #1824CD

RGB

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

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

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

R = 9.06%
G = 13.58%
B = 77.36%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1824CD (or 0x1824CD) is known color: Persian Blue. HEX triplet: 18, 24 and CD. RGB value is (24,36,205). Sum of RGB (Red+Green+Blue) = 24+36+205=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #1824CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824CD is #E7DB32. Grayscale: #323232. Windows color (decimal): -15194931 or 13444120. OLE color: 13444120.

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

Color convert

RGB 24 36 205 -
CMYK 0.88 0.82 0 0.20
HSL 236.02º 0.79% 0.45% -
HSV(B) 236.02º 0.88% 0.8% -
XYZ 12.03 5.86 58.26 -
YUV 51.68 214.52 108.26 -
System Red Green Blue C M Y K H S L
Decimal 24 36 205 0.88 0.82 0 0.20 236.02 0.79 0.45
Hex 18 24 CD 58 52 0 14 EC 4F 2D
Octal 30 44 315 130 122 0 24 354 117 55
Binary 11000 100100 11001101 1011000 1010010 0 10100 11101100 1001111 101101

Color Harmonies of #1824CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824CD

Black with #1824CD

Text Example


Text Example

White with #1824CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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