#123B51

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

Shades of Regal Blue #123B51

Tints of Regal Blue #123B51

Color information

#123B51 (or 0x123B51) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 51. RGB value is (18,59,81). Sum of RGB (Red+Green+Blue) = 18+59+81=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #123B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B51 is #EDC4AE. Grayscale: #313131. Windows color (decimal): -15582383 or 5323538. OLE color: 5323538.

HSL color Cylindrical-coordinate representation of color #123B51: hue angle of 200.95º 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 #123B51 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB185981-
CMYK0.780.2700.68
HSL200.95º63.64%19.41%-
HSV(B)200.95º77.78%31.76%-
XYZ3.33.858.35-
YUV49.25145.92105.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=11.39%
G=37.34%
B=51.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1859810.780.2700.68200.9563.6419.41
Hex123B514E1B044c94013
Octal227312111633010431110023
Binary1001011101110100011001110110110100010011001001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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