Html Css Color HEX #1C1ECE Persian Blue

📋 copy color: '#1C1ECE'

red 28 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #1C1ECE

Tints of Persian Blue #1C1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 206 (80.86% from 255) = 78.03%

R = 10.61%
G = 11.36%
B = 78.03%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C1ECE (or 0x1C1ECE) is known color: Persian Blue. HEX triplet: 1C, 1E and CE. RGB value is (28,30,206). Sum of RGB (Red+Green+Blue) = 28+30+206=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1ECE is #E3E131. Grayscale: #303030. Windows color (decimal): -14934322 or 13508124. OLE color: 13508124.

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

Color convert

RGB 28 30 206 -
CMYK 0.86 0.85 0 0.19
HSL 239.33º 0.76% 0.46% -
HSV(B) 239.33º 0.86% 0.81% -
XYZ 12.08 5.63 58.84 -
YUV 49.47 216.34 112.69 -
System Red Green Blue C M Y K H S L
Decimal 28 30 206 0.86 0.85 0 0.19 239.33 0.76 0.46
Hex 1C 1E CE 56 55 0 13 EF 4C 2E
Octal 34 36 316 126 125 0 23 357 114 56
Binary 11100 11110 11001110 1010110 1010101 0 10011 11101111 1001100 101110

Color Harmonies of #1C1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1ECE

Black with #1C1ECE

Text Example


Text Example

White with #1C1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,30,206); }

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

background-color css

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

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

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

border-color css

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

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

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