Html Css Color HEX #1C2ECE Persian Blue

📋 copy color: '#1C2ECE'

red 28 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #1C2ECE

Tints of Persian Blue #1C2ECE

RGB

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

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

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

R = 10%
G = 16.43%
B = 73.57%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C2ECE (or 0x1C2ECE) is known color: Persian Blue. HEX triplet: 1C, 2E and CE. RGB value is (28,46,206). Sum of RGB (Red+Green+Blue) = 28+46+206=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C2ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ECE is #E3D131. Grayscale: #3A3A3A. Windows color (decimal): -14930226 or 13512220. OLE color: 13512220.

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

Color convert

RGB 28 46 206 -
CMYK 0.86 0.78 0 0.19
HSL 233.93º 0.76% 0.46% -
HSV(B) 233.93º 0.86% 0.81% -
XYZ 12.6 6.66 59.01 -
YUV 58.86 211.04 105.99 -
System Red Green Blue C M Y K H S L
Decimal 28 46 206 0.86 0.78 0 0.19 233.93 0.76 0.46
Hex 1C 2E CE 56 4E 0 13 EA 4C 2E
Octal 34 56 316 126 116 0 23 352 114 56
Binary 11100 101110 11001110 1010110 1001110 0 10011 11101010 1001100 101110

Color Harmonies of #1C2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2ECE

Black with #1C2ECE

Text Example


Text Example

White with #1C2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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