#123A57

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

Shades of Regal Blue #123A57

Tints of Regal Blue #123A57

Color information

#123A57 (or 0x123A57) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 57. RGB value is (18,58,87). Sum of RGB (Red+Green+Blue) = 18+58+87=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #123A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A57 is #EDC5A8. Grayscale: #313131. Windows color (decimal): -15582633 or 5716498. OLE color: 5716498.

HSL color Cylindrical-coordinate representation of color #123A57: hue angle of 205.22º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123A57 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB185887-
CMYK0.790.3300.66
HSL205.22º65.71%20.59%-
HSV(B)205.22º79.31%34.12%-
XYZ3.483.849.58-
YUV49.35149.25105.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=11.04%
G=35.58%
B=53.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1858870.790.3300.66205.2265.7120.59
Hex123A574F21042cd4215
Octal227212711741010231510225
Binary10010111010101011110011111000010100001011001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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