Html Css Color HEX #1D459F Egyptian Blue

📋 copy color: '#1D459F'

red 29 ◦ green 69 ◦ blue 159

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

Shades of Egyptian Blue #1D459F

Tints of Egyptian Blue #1D459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 11.28%
G = 26.85%
B = 61.87%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D459F (or 0x1D459F) is known color: Egyptian Blue. HEX triplet: 1D, 45 and 9F. RGB value is (29,69,159). Sum of RGB (Red+Green+Blue) = 29+69+159=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D459F is #E2BA60. Grayscale: #424242. Windows color (decimal): -14858849 or 10437917. OLE color: 10437917.

HSL color Cylindrical-coordinate representation of color #1D459F: hue angle of 221.54º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D459F is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 69 159 -
CMYK 0.82 0.57 0 0.38
HSL 221.54º 0.69% 0.37% -
HSV(B) 221.54º 0.82% 0.62% -
XYZ 8.89 7.02 33.69 -
YUV 67.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 29 69 159 0.82 0.57 0 0.38 221.54 0.69 0.37
Hex 1D 45 9F 52 39 0 26 DE 45 25
Octal 35 105 237 122 71 0 46 336 105 45
Binary 11101 1000101 10011111 1010010 111001 0 100110 11011110 1000101 100101

Color Harmonies of #1D459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D459F

Black with #1D459F

Text Example


Text Example

White with #1D459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,69,159); }

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

background-color css

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

 a { background-color: rgb(29,69,159); }

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

border-color css

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

 span { border-color: rgb(29,69,159); }

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