Html Css Color HEX #1C2999 Egyptian Blue

📋 copy color: '#1C2999'

red 28 ◦ green 41 ◦ blue 153

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

Shades of Egyptian Blue #1C2999

Tints of Egyptian Blue #1C2999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 153 (60.16% from 255) = 68.92%

R = 12.61%
G = 18.47%
B = 68.92%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C2999 (or 0x1C2999) is known color: Egyptian Blue. HEX triplet: 1C, 29 and 99. RGB value is (28,41,153). Sum of RGB (Red+Green+Blue) = 28+41+153=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2999 is #E3D666. Grayscale: #313131. Windows color (decimal): -14931559 or 10037532. OLE color: 10037532.

HSL color Cylindrical-coordinate representation of color #1C2999: hue angle of 233.76º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2999 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 41 153 -
CMYK 0.82 0.73 0 0.4
HSL 233.76º 0.69% 0.35% -
HSV(B) 233.76º 0.82% 0.6% -
XYZ 7.02 4.13 30.56 -
YUV 49.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 28 41 153 0.82 0.73 0 0.4 233.76 0.69 0.35
Hex 1C 29 99 52 49 0 28 EA 45 23
Octal 34 51 231 122 111 0 50 352 105 43
Binary 11100 101001 10011001 1010010 1001001 0 101000 11101010 1000101 100011

Color Harmonies of #1C2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2999

Black with #1C2999

Text Example


Text Example

White with #1C2999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,41,153); }

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

background-color css

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

 a { background-color: rgb(28,41,153); }

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

border-color css

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

 span { border-color: rgb(28,41,153); }

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