#123FB1

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

Shades of Egyptian Blue #123FB1

Tints of Egyptian Blue #123FB1

Color information

#123FB1 (or 0x123FB1) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3F and B1. RGB value is (18,63,177). Sum of RGB (Red+Green+Blue) = 18+63+177=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #123FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FB1 is #EDC04E. Grayscale: #3E3E3E. Windows color (decimal): -15581263 or 11616018. OLE color: 11616018.

HSL color Cylindrical-coordinate representation of color #123FB1: hue angle of 223.02º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123FB1 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1863177-
CMYK0.900.6400.31
HSL223.02º81.54%38.24%-
HSV(B)223.02º89.83%69.41%-
XYZ9.966.8642.39-
YUV62.54192.5996.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 177 (69.53% from 255) = 68.60%
R=6.98%
G=24.42%
B=68.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18631770.900.6400.31223.0281.5438.24
Hex123FB15A4001Fdf5226
Octal227726113210003733712246
Binary100101111111011000110110101000000011111110111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123FB1; }

 p { color: rgb(18,63,177); }

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

<style>
 a { background-color: #123FB1; }

 a { background-color: rgb(18,63,177); }

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

<style>
 span { border-color: #123FB1; }

 span { border-color: rgb(18,63,177); }

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