#1223A3

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

Shades of Egyptian Blue #1223A3

Tints of Egyptian Blue #1223A3

Color information

#1223A3 (or 0x1223A3) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and A3. RGB value is (18,35,163). Sum of RGB (Red+Green+Blue) = 18+35+163=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 163 (64.06% from 255 or 75.46% from 216); Max value from RGB is 163 - color contains mainly: blue. Hex color #1223A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1223A3 is #EDDC5C. Grayscale: #2B2B2B. Windows color (decimal): -15588445 or 10691346. OLE color: 10691346.

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

Color convert

RGB1835163-
CMYK0.890.7900.36
HSL232.97º80.11%35.49%-
HSV(B)232.97º88.96%63.92%-
XYZ7.463.9835.02-
YUV44.51194.87109.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 163 (64.06% from 255) = 75.46%
R=8.33%
G=16.20%
B=75.46%

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
Decimal18351630.890.7900.36232.9780.1135.49
Hex1223A3594F024e95023
Octal224324313111704435112043
Binary1001010001110100011101100110011110100100111010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1223A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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