#1D2F8B

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

Shades of Egyptian Blue #1D2F8B

Tints of Egyptian Blue #1D2F8B

Color information

#1D2F8B (or 0x1D2F8B) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 2F and 8B. RGB value is (29,47,139). Sum of RGB (Red+Green+Blue) = 29+47+139=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #1D2F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2F8B is #E2D074. Grayscale: #333333. Windows color (decimal): -14864501 or 9121565. OLE color: 9121565.

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

Color convert

RGB2947139-
CMYK0.790.6600.45
HSL230.18º65.48%32.94%-
HSV(B)230.18º79.14%54.51%-
XYZ6.184.1624.9-
YUV52.11177.04111.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 47 (18.75% from 255) = 21.86%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=13.49%
G=21.86%
B=64.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29471390.790.6600.45230.1865.4832.94
Hex1D2F8B4F4202De64121
Octal355721311710205534610141
Binary1110110111110001011100111110000100101101111001101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,139); }

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

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

 a { background-color: rgb(29,47,139); }

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

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

 span { border-color: rgb(29,47,139); }

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