Html Css Color HEX #1C2CCD Persian Blue

📋 copy color: '#1C2CCD'

red 28 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #1C2CCD

Tints of Persian Blue #1C2CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

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

R = 10.11%
G = 15.88%
B = 74.01%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C2CCD (or 0x1C2CCD) is known color: Persian Blue. HEX triplet: 1C, 2C and CD. RGB value is (28,44,205). Sum of RGB (Red+Green+Blue) = 28+44+205=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C2CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2CCD is #E3D332. Grayscale: #383838. Windows color (decimal): -14930739 or 13446172. OLE color: 13446172.

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

Color convert

RGB 28 44 205 -
CMYK 0.86 0.79 0 0.20
HSL 234.58º 0.76% 0.46% -
HSV(B) 234.58º 0.86% 0.8% -
XYZ 12.4 6.46 58.35 -
YUV 57.57 211.2 106.91 -
System Red Green Blue C M Y K H S L
Decimal 28 44 205 0.86 0.79 0 0.20 234.58 0.76 0.46
Hex 1C 2C CD 56 4F 0 14 EB 4C 2E
Octal 34 54 315 126 117 0 24 353 114 56
Binary 11100 101100 11001101 1010110 1001111 0 10100 11101011 1001100 101110

Color Harmonies of #1C2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2CCD

Black with #1C2CCD

Text Example


Text Example

White with #1C2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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