#123354

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

Shades of Regal Blue #123354

Tints of Regal Blue #123354

Color information

#123354 (or 0x123354) is unknown color: approx Regal Blue. HEX triplet: 12, 33 and 54. RGB value is (18,51,84). Sum of RGB (Red+Green+Blue) = 18+51+84=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #123354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123354 is #EDCCAB. Grayscale: #2C2C2C. Windows color (decimal): -15584428 or 5518098. OLE color: 5518098.

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

Color convert

RGB185184-
CMYK0.790.3900.67
HSL210º64.71%20%-
HSV(B)210º78.57%32.94%-
XYZ3.033.148.83-
YUV44.9150.07108.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 54.90%
R=11.76%
G=33.33%
B=54.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1851840.790.3900.6721064.7120
Hex1233544F27043d24114
Octal226312411747010332210124
Binary10010110011101010010011111001110100001111010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123354; }

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

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

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

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

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

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

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

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