Html Css Color HEX #1D308F Egyptian Blue

📋 copy color: '#1D308F'

red 29 ◦ green 48 ◦ blue 143

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

Shades of Egyptian Blue #1D308F

Tints of Egyptian Blue #1D308F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 143 (56.25% from 255) = 65%

R = 13.18%
G = 21.82%
B = 65%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1D308F (or 0x1D308F) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 8F. RGB value is (29,48,143). Sum of RGB (Red+Green+Blue) = 29+48+143=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D308F is #E2CF70. Grayscale: #343434. Windows color (decimal): -14864241 or 9383965. OLE color: 9383965.

HSL color Cylindrical-coordinate representation of color #1D308F: hue angle of 230º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D308F is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 48 143 -
CMYK 0.80 0.66 0 0.44
HSL 230º 0.66% 0.34% -
HSV(B) 230º 0.8% 0.56% -
XYZ 6.52 4.36 26.48 -
YUV 53.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 29 48 143 0.80 0.66 0 0.44 230 0.66 0.34
Hex 1D 30 8F 50 42 0 2C E6 42 22
Octal 35 60 217 120 102 0 54 346 102 42
Binary 11101 110000 10001111 1010000 1000010 0 101100 11100110 1000010 100010

Color Harmonies of #1D308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D308F

Black with #1D308F

Text Example


Text Example

White with #1D308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,48,143); }

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

background-color css

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

 a { background-color: rgb(29,48,143); }

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

border-color css

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

 span { border-color: rgb(29,48,143); }

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