#1d37a7

Color #1D37A7 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1D37A7

Tints of Egyptian Blue #1D37A7

Color information

#1D37A7 (or 0x1D37A7) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 37 and A7. RGB value is (29,55,167). Sum of RGB (Red+Green+Blue) = 29+55+167=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 167 (65.62% from 255 or 66.53% from 251); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D37A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D37A7 is #E2C858. Grayscale: #3B3B3B. Windows color (decimal): -14862425 or 10958621. OLE color: 10958621.

HSL color Cylindrical-coordinate representation of color #1D37A7: hue angle of 228.7º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D37A7 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2955167-
CMYK0.830.6700.35
HSL228.7º70.41%38.43%-
HSV(B)228.7º82.63%65.49%-
XYZ8.855.7837.21-
YUV59.99188.39105.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 167 (65.62% from 255) = 66.53%
R=11.55%
G=21.91%
B=66.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29551670.830.6700.35228.770.4138.43
Hex1D37A75343023e54626
Octal356724712310304334510646
Binary1110111011110100111101001110000110100011111001011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d37a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,55,167); }

 H1.HeaderClassName
 {
   color: #1d37a7;
 }
 .AnyTagClassName
 {
   color: #1d37a7;
 }
</style>
background-color css

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

 a { background-color: rgb(29,55,167); }

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

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

 span { border-color: rgb(29,55,167); }

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