#1833A2

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

Shades of Egyptian Blue #1833A2

Tints of Egyptian Blue #1833A2

Color information

#1833A2 (or 0x1833A2) is unknown color: approx Egyptian Blue. HEX triplet: 18, 33 and A2. RGB value is (24,51,162). Sum of RGB (Red+Green+Blue) = 24+51+162=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #1833A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1833A2 is #E7CC5D. Grayscale: #373737. Windows color (decimal): -15191134 or 10629912. OLE color: 10629912.

HSL color Cylindrical-coordinate representation of color #1833A2: hue angle of 228.26º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1833A2 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2451162-
CMYK0.850.6900.36
HSL228.26º74.19%36.47%-
HSV(B)228.26º85.19%63.53%-
XYZ8.085.1734.75-
YUV55.58188.05105.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 162 (63.67% from 255) = 68.35%
R=10.13%
G=21.52%
B=68.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24511620.850.6900.36228.2674.1936.47
Hex1833A25545024e44a24
Octal306324212510504434411244
Binary1100011001110100010101010110001010100100111001001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1833A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1833A2; }

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

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

<style>
 a { background-color: #1833A2; }

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

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

<style>
 span { border-color: #1833A2; }

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

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