#123A51

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

Shades of Regal Blue #123A51

Tints of Regal Blue #123A51

Color information

#123A51 (or 0x123A51) is unknown color: approx Regal Blue. HEX triplet: 12, 3A and 51. RGB value is (18,58,81). Sum of RGB (Red+Green+Blue) = 18+58+81=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #123A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A51 is #EDC5AE. Grayscale: #303030. Windows color (decimal): -15582639 or 5323282. OLE color: 5323282.

HSL color Cylindrical-coordinate representation of color #123A51: hue angle of 201.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123A51 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB185881-
CMYK0.780.2800.68
HSL201.9º63.64%19.41%-
HSV(B)201.9º77.78%31.76%-
XYZ3.253.758.34-
YUV48.66146.25106.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=11.46%
G=36.94%
B=51.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1858810.780.2800.68201.963.6419.41
Hex123A514E1C044ca4013
Octal227212111634010431210023
Binary1001011101010100011001110111000100010011001010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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