Html Css Color HEX #1D2D8A Egyptian Blue

📋 copy color: '#1D2D8A'

red 29 ◦ green 45 ◦ blue 138

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

Shades of Egyptian Blue #1D2D8A

Tints of Egyptian Blue #1D2D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

 BLUE value IS 138 (54.3% from 255) = 65.09%

R = 13.68%
G = 21.23%
B = 65.09%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D2D8A (or 0x1D2D8A) is known color: Egyptian Blue. HEX triplet: 1D, 2D and 8A. RGB value is (29,45,138). Sum of RGB (Red+Green+Blue) = 29+45+138=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D2D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2D8A is #E2D275. Grayscale: #323232. Windows color (decimal): -14865014 or 9055517. OLE color: 9055517.

HSL color Cylindrical-coordinate representation of color #1D2D8A: hue angle of 231.19º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D2D8A is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 45 138 -
CMYK 0.79 0.67 0 0.46
HSL 231.19º 0.65% 0.33% -
HSV(B) 231.19º 0.79% 0.54% -
XYZ 6.03 3.97 24.49 -
YUV 50.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 29 45 138 0.79 0.67 0 0.46 231.19 0.65 0.33
Hex 1D 2D 8A 4F 43 0 2E E7 41 21
Octal 35 55 212 117 103 0 56 347 101 41
Binary 11101 101101 10001010 1001111 1000011 0 101110 11100111 1000001 100001

Color Harmonies of #1D2D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2D8A

Black with #1D2D8A

Text Example


Text Example

White with #1D2D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,45,138); }

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

background-color css

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

 a { background-color: rgb(29,45,138); }

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

border-color css

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

 span { border-color: rgb(29,45,138); }

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