#123554

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

Shades of Regal Blue #123554

Tints of Regal Blue #123554

Color information

#123554 (or 0x123554) is unknown color: approx Regal Blue. HEX triplet: 12, 35 and 54. RGB value is (18,53,84). Sum of RGB (Red+Green+Blue) = 18+53+84=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #123554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123554 is #EDCAAB. Grayscale: #2D2D2D. Windows color (decimal): -15583916 or 5518610. OLE color: 5518610.

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

Color convert

RGB185384-
CMYK0.790.3700.67
HSL208.18º64.71%20%-
HSV(B)208.18º78.57%32.94%-
XYZ3.123.318.86-
YUV46.07149.4107.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=11.61%
G=34.19%
B=54.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1853840.790.3700.67208.1864.7120
Hex1235544F25043d04114
Octal226512411745010332010124
Binary10010110101101010010011111001010100001111010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123554; }

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

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

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

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

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

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

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

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