Html Css Color HEX #1D2895 Egyptian Blue

📋 copy color: '#1D2895'

red 29 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #1D2895

Tints of Egyptian Blue #1D2895

RGB

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

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

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

R = 13.3%
G = 18.35%
B = 68.35%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D2895 (or 0x1D2895) is known color: Egyptian Blue. HEX triplet: 1D, 28 and 95. RGB value is (29,40,149). Sum of RGB (Red+Green+Blue) = 29+40+149=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2895 is #E2D76A. Grayscale: #303030. Windows color (decimal): -14866283 or 9775133. OLE color: 9775133.

HSL color Cylindrical-coordinate representation of color #1D2895: hue angle of 234.5º degrees, saturation: 0.67, 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 #1D2895 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 40 149 -
CMYK 0.81 0.73 0 0.42
HSL 234.5º 0.67% 0.35% -
HSV(B) 234.5º 0.81% 0.58% -
XYZ 6.69 3.95 28.84 -
YUV 49.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 29 40 149 0.81 0.73 0 0.42 234.5 0.67 0.35
Hex 1D 28 95 51 49 0 2A EA 43 23
Octal 35 50 225 121 111 0 52 352 103 43
Binary 11101 101000 10010101 1010001 1001001 0 101010 11101010 1000011 100011

Color Harmonies of #1D2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2895

Black with #1D2895

Text Example


Text Example

White with #1D2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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