Html Css Color HEX #1D2B9D Egyptian Blue

📋 copy color: '#1D2B9D'

red 29 ◦ green 43 ◦ blue 157

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

Shades of Egyptian Blue #1D2B9D

Tints of Egyptian Blue #1D2B9D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 157 (61.72% from 255) = 68.56%

R = 12.66%
G = 18.78%
B = 68.56%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D2B9D (or 0x1D2B9D) is known color: Egyptian Blue. HEX triplet: 1D, 2B and 9D. RGB value is (29,43,157). Sum of RGB (Red+Green+Blue) = 29+43+157=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D2B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2B9D is #E2D462. Grayscale: #333333. Windows color (decimal): -14865507 or 10300189. OLE color: 10300189.

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

Color convert

RGB 29 43 157 -
CMYK 0.82 0.73 0 0.38
HSL 233.44º 0.69% 0.36% -
HSV(B) 233.44º 0.82% 0.62% -
XYZ 7.46 4.42 32.36 -
YUV 51.81 187.36 111.73 -
System Red Green Blue C M Y K H S L
Decimal 29 43 157 0.82 0.73 0 0.38 233.44 0.69 0.36
Hex 1D 2B 9D 52 49 0 26 E9 45 24
Octal 35 53 235 122 111 0 46 351 105 44
Binary 11101 101011 10011101 1010010 1001001 0 100110 11101001 1000101 100100

Color Harmonies of #1D2B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2B9D

Black with #1D2B9D

Text Example


Text Example

White with #1D2B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,43,157); }

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

background-color css

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

 a { background-color: rgb(29,43,157); }

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

border-color css

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

 span { border-color: rgb(29,43,157); }

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