#123454

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

Shades of Regal Blue #123454

Tints of Regal Blue #123454

Color information

#123454 (or 0x123454) is unknown color: approx Regal Blue. HEX triplet: 12, 34 and 54. RGB value is (18,52,84). Sum of RGB (Red+Green+Blue) = 18+52+84=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #123454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123454 is #EDCBAB. Grayscale: #2D2D2D. Windows color (decimal): -15584172 or 5518354. OLE color: 5518354.

HSL color Cylindrical-coordinate representation of color #123454: hue angle of 209.09º 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 #123454 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB185284-
CMYK0.790.3800.67
HSL209.09º64.71%20%-
HSV(B)209.09º78.57%32.94%-
XYZ3.083.228.85-
YUV45.48149.74108.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=11.69%
G=33.77%
B=54.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1852840.790.3800.67209.0964.7120
Hex1234544F26043d14114
Octal226412411746010332110124
Binary10010110100101010010011111001100100001111010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123454; }

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

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

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

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

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

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

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

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