Html Css Color HEX #1D369F Egyptian Blue

📋 copy color: '#1D369F'

red 29 ◦ green 54 ◦ blue 159

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

Shades of Egyptian Blue #1D369F

Tints of Egyptian Blue #1D369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 11.98%
G = 22.31%
B = 65.7%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D369F (or 0x1D369F) is known color: Egyptian Blue. HEX triplet: 1D, 36 and 9F. RGB value is (29,54,159). Sum of RGB (Red+Green+Blue) = 29+54+159=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D369F is #E2C960. Grayscale: #3A3A3A. Windows color (decimal): -14862689 or 10434077. OLE color: 10434077.

HSL color Cylindrical-coordinate representation of color #1D369F: hue angle of 228.46º 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 #1D369F is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 54 159 -
CMYK 0.82 0.66 0 0.38
HSL 228.46º 0.69% 0.37% -
HSV(B) 228.46º 0.82% 0.62% -
XYZ 8.08 5.4 33.42 -
YUV 58.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 29 54 159 0.82 0.66 0 0.38 228.46 0.69 0.37
Hex 1D 36 9F 52 42 0 26 E4 45 25
Octal 35 66 237 122 102 0 46 344 105 45
Binary 11101 110110 10011111 1010010 1000010 0 100110 11100100 1000101 100101

Color Harmonies of #1D369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D369F

Black with #1D369F

Text Example


Text Example

White with #1D369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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