#121BB6

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

Shades of Egyptian Blue #121BB6

Tints of Egyptian Blue #121BB6

Color information

#121BB6 (or 0x121BB6) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1B and B6. RGB value is (18,27,182). Sum of RGB (Red+Green+Blue) = 18+27+182=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 182 (71.48% from 255 or 80.18% from 227); Max value from RGB is 182 - color contains mainly: blue. Hex color #121BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BB6 is #EDE449. Grayscale: #292929. Windows color (decimal): -15590474 or 11934482. OLE color: 11934482.

HSL color Cylindrical-coordinate representation of color #121BB6: hue angle of 236.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121BB6 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1827182-
CMYK0.900.8500.29
HSL236.71º82%39.22%-
HSV(B)236.71º90.11%71.37%-
XYZ9.084.2944.61-
YUV41.98207.02110.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 182 (71.48% from 255) = 80.18%
R=7.93%
G=11.89%
B=80.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18271820.900.8500.29236.718239.22
Hex121BB65A5501Ded5227
Octal223326613212503535512247
Binary10010110111011011010110101010101011101111011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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