#12369A

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

Shades of Egyptian Blue #12369A

Tints of Egyptian Blue #12369A

Color information

#12369A (or 0x12369A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 36 and 9A. RGB value is (18,54,154). Sum of RGB (Red+Green+Blue) = 18+54+154=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #12369A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12369A is #EDC965. Grayscale: #363636. Windows color (decimal): -15583590 or 10106386. OLE color: 10106386.

HSL color Cylindrical-coordinate representation of color #12369A: hue angle of 224.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12369A is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1854154-
CMYK0.880.6500.40
HSL224.12º79.07%33.73%-
HSV(B)224.12º88.31%60.39%-
XYZ7.45.131.17-
YUV54.64184.07101.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 154 (60.55% from 255) = 68.14%
R=7.96%
G=23.89%
B=68.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18541540.880.6500.40224.1279.0733.73
Hex12369A5841028e04f22
Octal226623213010105034011742
Binary1001011011010011010101100010000010101000111000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12369A; }

 p { color: rgb(18,54,154); }

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

<style>
 a { background-color: #12369A; }

 a { background-color: rgb(18,54,154); }

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

<style>
 span { border-color: #12369A; }

 span { border-color: rgb(18,54,154); }

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