Html Css Color HEX #1D3DAB Egyptian Blue

📋 copy color: '#1D3DAB'

red 29 ◦ green 61 ◦ blue 171

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

Shades of Egyptian Blue #1D3DAB

Tints of Egyptian Blue #1D3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.37%

 BLUE value IS 171 (67.19% from 255) = 65.52%

R = 11.11%
G = 23.37%
B = 65.52%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D3DAB (or 0x1D3DAB) is known color: Egyptian Blue. HEX triplet: 1D, 3D and AB. RGB value is (29,61,171). Sum of RGB (Red+Green+Blue) = 29+61+171=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3DAB is #E2C254. Grayscale: #3F3F3F. Windows color (decimal): -14860885 or 11222301. OLE color: 11222301.

HSL color Cylindrical-coordinate representation of color #1D3DAB: hue angle of 226.48º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D3DAB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 61 171 -
CMYK 0.83 0.64 0 0.33
HSL 226.48º 0.71% 0.39% -
HSV(B) 226.48º 0.83% 0.67% -
XYZ 9.53 6.54 39.29 -
YUV 63.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 29 61 171 0.83 0.64 0 0.33 226.48 0.71 0.39
Hex 1D 3D AB 53 40 0 21 E2 47 27
Octal 35 75 253 123 100 0 41 342 107 47
Binary 11101 111101 10101011 1010011 1000000 0 100001 11100010 1000111 100111

Color Harmonies of #1D3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DAB

Black with #1D3DAB

Text Example


Text Example

White with #1D3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,61,171); }

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

background-color css

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

 a { background-color: rgb(29,61,171); }

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

border-color css

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

 span { border-color: rgb(29,61,171); }

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