#1A33AD

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

Shades of Egyptian Blue #1A33AD

Tints of Egyptian Blue #1A33AD

Color information

#1A33AD (or 0x1A33AD) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 33 and AD. RGB value is (26,51,173). Sum of RGB (Red+Green+Blue) = 26+51+173=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A33AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A33AD is #E5CC52. Grayscale: #383838. Windows color (decimal): -15060051 or 11350810. OLE color: 11350810.

HSL color Cylindrical-coordinate representation of color #1A33AD: hue angle of 229.8º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A33AD is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2651173-
CMYK0.850.7100.32
HSL229.8º73.87%39.02%-
HSV(B)229.8º84.97%67.84%-
XYZ9.155.640.13-
YUV57.43193.22105.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.4%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 173 (67.97% from 255) = 69.2%
R=10.4%
G=20.4%
B=69.2%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26511730.850.7100.32229.873.8739.02
Hex1A33AD5547020e64a27
Octal326325512510704034611247
Binary1101011001110101101101010110001110100000111001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,173); }

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

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

 a { background-color: rgb(26,51,173); }

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

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

 span { border-color: rgb(26,51,173); }

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