Html Css Color HEX #1D4298 Egyptian Blue

📋 copy color: '#1D4298'

red 29 ◦ green 66 ◦ blue 152

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

Shades of Egyptian Blue #1D4298

Tints of Egyptian Blue #1D4298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 152 (59.77% from 255) = 61.54%

R = 11.74%
G = 26.72%
B = 61.54%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D4298 (or 0x1D4298) is known color: Egyptian Blue. HEX triplet: 1D, 42 and 98. RGB value is (29,66,152). Sum of RGB (Red+Green+Blue) = 29+66+152=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D4298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4298 is #E2BD67. Grayscale: #404040. Windows color (decimal): -14859624 or 9978397. OLE color: 9978397.

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

Color convert

RGB 29 66 152 -
CMYK 0.81 0.57 0 0.40
HSL 221.95º 0.68% 0.35% -
HSV(B) 221.95º 0.81% 0.6% -
XYZ 8.12 6.42 30.52 -
YUV 64.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 29 66 152 0.81 0.57 0 0.40 221.95 0.68 0.35
Hex 1D 42 98 51 39 0 28 DE 44 23
Octal 35 102 230 121 71 0 50 336 104 43
Binary 11101 1000010 10011000 1010001 111001 0 101000 11011110 1000100 100011

Color Harmonies of #1D4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4298

Black with #1D4298

Text Example


Text Example

White with #1D4298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,66,152); }

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

background-color css

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

 a { background-color: rgb(29,66,152); }

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

border-color css

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

 span { border-color: rgb(29,66,152); }

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