Html Css Color HEX #1D3EAB Egyptian Blue

📋 copy color: '#1D3EAB'

red 29 ◦ green 62 ◦ blue 171

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

Shades of Egyptian Blue #1D3EAB

Tints of Egyptian Blue #1D3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.66%

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

R = 11.07%
G = 23.66%
B = 65.27%

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

#1D3EAB (or 0x1D3EAB) is known color: Egyptian Blue. HEX triplet: 1D, 3E and AB. RGB value is (29,62,171). Sum of RGB (Red+Green+Blue) = 29+62+171=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D3EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3EAB is #E2C154. Grayscale: #404040. Windows color (decimal): -14860629 or 11222557. OLE color: 11222557.

HSL color Cylindrical-coordinate representation of color #1D3EAB: hue angle of 226.06º 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 #1D3EAB is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 62 171 -
CMYK 0.83 0.64 0 0.33
HSL 226.06º 0.71% 0.39% -
HSV(B) 226.06º 0.83% 0.67% -
XYZ 9.58 6.65 39.31 -
YUV 64.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 29 62 171 0.83 0.64 0 0.33 226.06 0.71 0.39
Hex 1D 3E AB 53 40 0 21 E2 47 27
Octal 35 76 253 123 100 0 41 342 107 47
Binary 11101 111110 10101011 1010011 1000000 0 100001 11100010 1000111 100111

Color Harmonies of #1D3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3EAB

Black with #1D3EAB

Text Example


Text Example

White with #1D3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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