Html Css Color HEX #1C1CCD Persian Blue

📋 copy color: '#1C1CCD'

red 28 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #1C1CCD

Tints of Persian Blue #1C1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.73%

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

R = 10.73%
G = 10.73%
B = 78.54%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C1CCD (or 0x1C1CCD) is known color: Persian Blue. HEX triplet: 1C, 1C and CD. RGB value is (28,28,205). Sum of RGB (Red+Green+Blue) = 28+28+205=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C1CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1CCD is #E3E332. Grayscale: #2F2F2F. Windows color (decimal): -14934835 or 13442076. OLE color: 13442076.

HSL color Cylindrical-coordinate representation of color #1C1CCD: hue angle of 240º 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 #1C1CCD is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 28 205 -
CMYK 0.86 0.86 0 0.20
HSL 240º 0.76% 0.46% -
HSV(B) 240º 0.86% 0.8% -
XYZ 11.91 5.49 58.19 -
YUV 48.18 216.5 113.61 -
System Red Green Blue C M Y K H S L
Decimal 28 28 205 0.86 0.86 0 0.20 240 0.76 0.46
Hex 1C 1C CD 56 56 0 14 F0 4C 2E
Octal 34 34 315 126 126 0 24 360 114 56
Binary 11100 11100 11001101 1010110 1010110 0 10100 11110000 1001100 101110

Color Harmonies of #1C1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1CCD

Black with #1C1CCD

Text Example


Text Example

White with #1C1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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