#121BA7

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

Shades of Egyptian Blue #121BA7

Tints of Egyptian Blue #121BA7

Color information

#121BA7 (or 0x121BA7) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1B and A7. RGB value is (18,27,167). Sum of RGB (Red+Green+Blue) = 18+27+167=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 167 (65.62% from 255 or 78.77% from 212); Max value from RGB is 167 - color contains mainly: blue. Hex color #121BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BA7 is #EDE458. Grayscale: #272727. Windows color (decimal): -15590489 or 10951442. OLE color: 10951442.

HSL color Cylindrical-coordinate representation of color #121BA7: hue angle of 236.38º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121BA7 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1827167-
CMYK0.890.8400.35
HSL236.38º80.54%36.27%-
HSV(B)236.38º89.22%65.49%-
XYZ7.623.736.87-
YUV40.27199.52112.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 167 (65.62% from 255) = 78.77%
R=8.49%
G=12.74%
B=78.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18271670.890.8400.35236.3880.5436.27
Hex121BA75954023ec5124
Octal223324713112404335412144
Binary100101101110100111101100110101000100011111011001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121BA7; }

 p { color: rgb(18,27,167); }

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

<style>
 a { background-color: #121BA7; }

 a { background-color: rgb(18,27,167); }

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

<style>
 span { border-color: #121BA7; }

 span { border-color: rgb(18,27,167); }

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