Html Css Color HEX #1D2899 Egyptian Blue

📋 copy color: '#1D2899'

red 29 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #1D2899

Tints of Egyptian Blue #1D2899

RGB

 RED value IS 29 (11.72% from 255) = 13.06%

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 13.06%
G = 18.02%
B = 68.92%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D2899 (or 0x1D2899) is known color: Egyptian Blue. HEX triplet: 1D, 28 and 99. RGB value is (29,40,153). Sum of RGB (Red+Green+Blue) = 29+40+153=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 40 (16.02% from 255 or 18.02% 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 #1D2899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2899 is #E2D766. Grayscale: #313131. Windows color (decimal): -14866279 or 10037277. OLE color: 10037277.

HSL color Cylindrical-coordinate representation of color #1D2899: hue angle of 234.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2899 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 40 153 -
CMYK 0.81 0.74 0 0.4
HSL 234.68º 0.68% 0.36% -
HSV(B) 234.68º 0.81% 0.6% -
XYZ 7.02 4.08 30.55 -
YUV 49.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 29 40 153 0.81 0.74 0 0.4 234.68 0.68 0.36
Hex 1D 28 99 51 4A 0 28 EB 44 24
Octal 35 50 231 121 112 0 50 353 104 44
Binary 11101 101000 10011001 1010001 1001010 0 101000 11101011 1000100 100100

Color Harmonies of #1D2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2899

Black with #1D2899

Text Example


Text Example

White with #1D2899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,40,153); }

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

background-color css

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

 a { background-color: rgb(29,40,153); }

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

border-color css

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

 span { border-color: rgb(29,40,153); }

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