#1D33A2

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

Shades of Egyptian Blue #1D33A2

Tints of Egyptian Blue #1D33A2

Color information

#1D33A2 (or 0x1D33A2) is unknown color: approx Egyptian Blue. HEX triplet: 1D, 33 and A2. RGB value is (29,51,162). Sum of RGB (Red+Green+Blue) = 29+51+162=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #1D33A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D33A2 is #E2CC5D. Grayscale: #383838. Windows color (decimal): -14863454 or 10629917. OLE color: 10629917.

HSL color Cylindrical-coordinate representation of color #1D33A2: hue angle of 230.08º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D33A2 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2951162-
CMYK0.820.6900.36
HSL230.08º69.63%37.45%-
HSV(B)230.08º82.1%63.53%-
XYZ8.215.2434.76-
YUV57.08187.21107.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.98%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 162 (63.67% from 255) = 66.94%
R=11.98%
G=21.07%
B=66.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29511620.820.6900.36230.0869.6337.45
Hex1D33A25245024e64625
Octal356324212210504434610645
Binary1110111001110100010101001010001010100100111001101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D33A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,162); }

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

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

 a { background-color: rgb(29,51,162); }

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

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

 span { border-color: rgb(29,51,162); }

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