Html Css Color HEX #1D3998 Egyptian Blue

📋 copy color: '#1D3998'

red 29 ◦ green 57 ◦ blue 152

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

Shades of Egyptian Blue #1D3998

Tints of Egyptian Blue #1D3998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 12.18%
G = 23.95%
B = 63.87%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D3998 (or 0x1D3998) is known color: Egyptian Blue. HEX triplet: 1D, 39 and 98. RGB value is (29,57,152). Sum of RGB (Red+Green+Blue) = 29+57+152=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D3998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3998 is #E2C667. Grayscale: #3B3B3B. Windows color (decimal): -14861928 or 9976093. OLE color: 9976093.

HSL color Cylindrical-coordinate representation of color #1D3998: hue angle of 226.34º 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 #1D3998 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 57 152 -
CMYK 0.81 0.62 0 0.40
HSL 226.34º 0.68% 0.35% -
HSV(B) 226.34º 0.81% 0.6% -
XYZ 7.64 5.45 30.36 -
YUV 59.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 29 57 152 0.81 0.62 0 0.40 226.34 0.68 0.35
Hex 1D 39 98 51 3E 0 28 E2 44 23
Octal 35 71 230 121 76 0 50 342 104 43
Binary 11101 111001 10011000 1010001 111110 0 101000 11100010 1000100 100011

Color Harmonies of #1D3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3998

Black with #1D3998

Text Example


Text Example

White with #1D3998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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