#1223A4

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

Shades of Egyptian Blue #1223A4

Tints of Egyptian Blue #1223A4

Color information

#1223A4 (or 0x1223A4) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and A4. RGB value is (18,35,164). Sum of RGB (Red+Green+Blue) = 18+35+164=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 164 (64.45% from 255 or 75.58% from 217); Max value from RGB is 164 - color contains mainly: blue. Hex color #1223A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1223A4 is #EDDC5B. Grayscale: #2C2C2C. Windows color (decimal): -15588444 or 10756882. OLE color: 10756882.

HSL color Cylindrical-coordinate representation of color #1223A4: hue angle of 233.01º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1223A4 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1835164-
CMYK0.890.7900.36
HSL233.01º80.22%35.69%-
HSV(B)233.01º89.02%64.31%-
XYZ7.554.0135.5-
YUV44.62195.37109.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 164 (64.45% from 255) = 75.58%
R=8.29%
G=16.13%
B=75.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18351640.890.7900.36233.0180.2235.69
Hex1223A4594F024e95024
Octal224324413111704435112044
Binary1001010001110100100101100110011110100100111010011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1223A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1223A4; }

 p { color: rgb(18,35,164); }

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

<style>
 a { background-color: #1223A4; }

 a { background-color: rgb(18,35,164); }

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

<style>
 span { border-color: #1223A4; }

 span { border-color: rgb(18,35,164); }

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