Html Css Color HEX #1824C0 Persian Blue

📋 copy color: '#1824C0'

red 24 ◦ green 36 ◦ blue 192

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

Shades of Persian Blue #1824C0

Tints of Persian Blue #1824C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 76.19%

R = 9.52%
G = 14.29%
B = 76.19%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1824C0 (or 0x1824C0) is known color: Persian Blue. HEX triplet: 18, 24 and C0. RGB value is (24,36,192). Sum of RGB (Red+Green+Blue) = 24+36+192=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #1824C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824C0 is #E7DB3F. Grayscale: #313131. Windows color (decimal): -15194944 or 12592152. OLE color: 12592152.

HSL color Cylindrical-coordinate representation of color #1824C0: hue angle of 235.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1824C0 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 36 192 -
CMYK 0.88 0.81 0 0.25
HSL 235.71º 0.78% 0.42% -
HSV(B) 235.71º 0.88% 0.75% -
XYZ 10.52 5.26 50.33 -
YUV 50.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 24 36 192 0.88 0.81 0 0.25 235.71 0.78 0.42
Hex 18 24 C0 58 51 0 19 EC 4E 2A
Octal 30 44 300 130 121 0 31 354 116 52
Binary 11000 100100 11000000 1011000 1010001 0 11001 11101100 1001110 101010

Color Harmonies of #1824C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824C0

Black with #1824C0

Text Example


Text Example

White with #1824C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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