Html Css Color HEX #1C278D Egyptian Blue

📋 copy color: '#1C278D'

red 28 ◦ green 39 ◦ blue 141

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

Shades of Egyptian Blue #1C278D

Tints of Egyptian Blue #1C278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 13.46%
G = 18.75%
B = 67.79%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C278D (or 0x1C278D) is known color: Egyptian Blue. HEX triplet: 1C, 27 and 8D. RGB value is (28,39,141). Sum of RGB (Red+Green+Blue) = 28+39+141=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C278D is #E3D872. Grayscale: #2E2E2E. Windows color (decimal): -14932083 or 9250588. OLE color: 9250588.

HSL color Cylindrical-coordinate representation of color #1C278D: hue angle of 234.16º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C278D is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 39 141 -
CMYK 0.80 0.72 0 0.45
HSL 234.16º 0.67% 0.33% -
HSV(B) 234.16º 0.8% 0.55% -
XYZ 6.01 3.62 25.58 -
YUV 47.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 28 39 141 0.80 0.72 0 0.45 234.16 0.67 0.33
Hex 1C 27 8D 50 48 0 2D EA 43 21
Octal 34 47 215 120 110 0 55 352 103 41
Binary 11100 100111 10001101 1010000 1001000 0 101101 11101010 1000011 100001

Color Harmonies of #1C278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C278D

Black with #1C278D

Text Example


Text Example

White with #1C278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,39,141); }

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

background-color css

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

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

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

border-color css

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

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

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