Html Css Color HEX #1C2ECD Persian Blue

📋 copy color: '#1C2ECD'

red 28 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #1C2ECD

Tints of Persian Blue #1C2ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.49%

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

R = 10.04%
G = 16.49%
B = 73.48%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C2ECD (or 0x1C2ECD) is known color: Persian Blue. HEX triplet: 1C, 2E and CD. RGB value is (28,46,205). Sum of RGB (Red+Green+Blue) = 28+46+205=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C2ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ECD is #E3D132. Grayscale: #3A3A3A. Windows color (decimal): -14930227 or 13446684. OLE color: 13446684.

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

Color convert

RGB 28 46 205 -
CMYK 0.86 0.78 0 0.20
HSL 233.9º 0.76% 0.46% -
HSV(B) 233.9º 0.86% 0.8% -
XYZ 12.48 6.61 58.38 -
YUV 58.74 210.54 106.07 -
System Red Green Blue C M Y K H S L
Decimal 28 46 205 0.86 0.78 0 0.20 233.9 0.76 0.46
Hex 1C 2E CD 56 4E 0 14 EA 4C 2E
Octal 34 56 315 126 116 0 24 352 114 56
Binary 11100 101110 11001101 1010110 1001110 0 10100 11101010 1001100 101110

Color Harmonies of #1C2ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2ECD

Black with #1C2ECD

Text Example


Text Example

White with #1C2ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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