Html Css Color HEX #1C2595 Egyptian Blue

📋 copy color: '#1C2595'

red 28 ◦ green 37 ◦ blue 149

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

Shades of Egyptian Blue #1C2595

Tints of Egyptian Blue #1C2595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 149 (58.59% from 255) = 69.63%

R = 13.08%
G = 17.29%
B = 69.63%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C2595 (or 0x1C2595) is known color: Egyptian Blue. HEX triplet: 1C, 25 and 95. RGB value is (28,37,149). Sum of RGB (Red+Green+Blue) = 28+37+149=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2595 is #E3DA6A. Grayscale: #2E2E2E. Windows color (decimal): -14932587 or 9774364. OLE color: 9774364.

HSL color Cylindrical-coordinate representation of color #1C2595: hue angle of 235.54º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2595 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 37 149 -
CMYK 0.81 0.75 0 0.42
HSL 235.54º 0.68% 0.35% -
HSV(B) 235.54º 0.81% 0.58% -
XYZ 6.57 3.74 28.81 -
YUV 47.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 28 37 149 0.81 0.75 0 0.42 235.54 0.68 0.35
Hex 1C 25 95 51 4B 0 2A EC 44 23
Octal 34 45 225 121 113 0 52 354 104 43
Binary 11100 100101 10010101 1010001 1001011 0 101010 11101100 1000100 100011

Color Harmonies of #1C2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2595

Black with #1C2595

Text Example


Text Example

White with #1C2595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,149); }

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

background-color css

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

 a { background-color: rgb(28,37,149); }

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

border-color css

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

 span { border-color: rgb(28,37,149); }

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