#123A5E

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

Shades of Regal Blue #123A5E

Tints of Regal Blue #123A5E

Color information

#123A5E (or 0x123A5E) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 5E. RGB value is (18,58,94). Sum of RGB (Red+Green+Blue) = 18+58+94=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #123A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A5E is #EDC5A1. Grayscale: #313131. Windows color (decimal): -15582626 or 6175250. OLE color: 6175250.

HSL color Cylindrical-coordinate representation of color #123A5E: hue angle of 208.42º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123A5E is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB185894-
CMYK0.810.3800.63
HSL208.42º67.86%21.96%-
HSV(B)208.42º80.85%36.86%-
XYZ3.783.9611.16-
YUV50.14152.75105.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 94 (37.11% from 255) = 55.29%
R=10.59%
G=34.12%
B=55.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1858940.810.3800.63208.4267.8621.96
Hex123A5E512603Fd04416
Octal22721361214607732010426
Binary1001011101010111101010001100110011111111010000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,58,94); }

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

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

 a { background-color: rgb(18,58,94); }

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

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

 span { border-color: rgb(18,58,94); }

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