#123154

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

Shades of Regal Blue #123154

Tints of Regal Blue #123154

Color information

#123154 (or 0x123154) is unknown color: approx Regal Blue. HEX triplet: 12, 31 and 54. RGB value is (18,49,84). Sum of RGB (Red+Green+Blue) = 18+49+84=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #123154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123154 is #EDCEAB. Grayscale: #2B2B2B. Windows color (decimal): -15584940 or 5517586. OLE color: 5517586.

HSL color Cylindrical-coordinate representation of color #123154: hue angle of 211.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123154 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB184984-
CMYK0.790.4200.67
HSL211.82º64.71%20%-
HSV(B)211.82º78.57%32.94%-
XYZ2.952.978.8-
YUV43.72150.73109.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=11.92%
G=32.45%
B=55.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1849840.790.4200.67211.8264.7120
Hex1231544F2A043d44114
Octal226112411752010332410124
Binary10010110001101010010011111010100100001111010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123154; }

 p { color: rgb(18,49,84); }

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

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

 a { background-color: rgb(18,49,84); }

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

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

 span { border-color: rgb(18,49,84); }

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