Html Css Color HEX #1C3297 Egyptian Blue

📋 copy color: '#1C3297'

red 28 ◦ green 50 ◦ blue 151

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

Shades of Egyptian Blue #1C3297

Tints of Egyptian Blue #1C3297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 151 (59.38% from 255) = 65.94%

R = 12.23%
G = 21.83%
B = 65.94%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1C3297 (or 0x1C3297) is known color: Egyptian Blue. HEX triplet: 1C, 32 and 97. RGB value is (28,50,151). Sum of RGB (Red+Green+Blue) = 28+50+151=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C3297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3297 is #E3CD68. Grayscale: #363636. Windows color (decimal): -14929257 or 9908764. OLE color: 9908764.

HSL color Cylindrical-coordinate representation of color #1C3297: hue angle of 229.27º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C3297 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 50 151 -
CMYK 0.81 0.67 0 0.41
HSL 229.27º 0.69% 0.35% -
HSV(B) 229.27º 0.81% 0.59% -
XYZ 7.21 4.76 29.82 -
YUV 54.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 28 50 151 0.81 0.67 0 0.41 229.27 0.69 0.35
Hex 1C 32 97 51 43 0 29 E5 45 23
Octal 34 62 227 121 103 0 51 345 105 43
Binary 11100 110010 10010111 1010001 1000011 0 101001 11100101 1000101 100011

Color Harmonies of #1C3297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3297

Black with #1C3297

Text Example


Text Example

White with #1C3297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,50,151); }

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

background-color css

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

 a { background-color: rgb(28,50,151); }

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

border-color css

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

 span { border-color: rgb(28,50,151); }

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