Html Css Color HEX #1C24CD Persian Blue

📋 copy color: '#1C24CD'

red 28 ◦ green 36 ◦ blue 205

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

Shades of Persian Blue #1C24CD

Tints of Persian Blue #1C24CD

RGB

 RED value IS 28 (11.33% from 255) = 10.41%

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

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

R = 10.41%
G = 13.38%
B = 76.21%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C24CD (or 0x1C24CD) is known color: Persian Blue. HEX triplet: 1C, 24 and CD. RGB value is (28,36,205). Sum of RGB (Red+Green+Blue) = 28+36+205=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C24CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C24CD is #E3DB32. Grayscale: #343434. Windows color (decimal): -14932787 or 13444124. OLE color: 13444124.

HSL color Cylindrical-coordinate representation of color #1C24CD: hue angle of 237.29º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C24CD is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 36 205 -
CMYK 0.86 0.82 0 0.20
HSL 237.29º 0.76% 0.46% -
HSV(B) 237.29º 0.86% 0.8% -
XYZ 12.13 5.92 58.26 -
YUV 52.87 213.85 110.26 -
System Red Green Blue C M Y K H S L
Decimal 28 36 205 0.86 0.82 0 0.20 237.29 0.76 0.46
Hex 1C 24 CD 56 52 0 14 ED 4C 2E
Octal 34 44 315 126 122 0 24 355 114 56
Binary 11100 100100 11001101 1010110 1010010 0 10100 11101101 1001100 101110

Color Harmonies of #1C24CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C24CD

Black with #1C24CD

Text Example


Text Example

White with #1C24CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C24CD; }

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

 H1.HeaderClassName
 {
   color: #1C24CD;
 }
 .AnyTagClassName
 {
   color: #1C24CD;
 }
</style>

background-color css

<style>
 a { background-color: #1C24CD; }

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

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

border-color css

<style>
 span { border-color: #1C24CD; }

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

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