#123D54

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

Shades of Regal Blue #123D54

Tints of Regal Blue #123D54

Color information

#123D54 (or 0x123D54) is unknown color: approx Regal Blue. HEX triplet: 12, 3D and 54. RGB value is (18,61,84). Sum of RGB (Red+Green+Blue) = 18+61+84=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #123D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D54 is #EDC2AB. Grayscale: #323232. Windows color (decimal): -15581868 or 5520658. OLE color: 5520658.

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

Color convert

RGB186184-
CMYK0.790.2700.67
HSL200.91º64.71%20%-
HSV(B)200.91º78.57%32.94%-
XYZ3.524.118.99-
YUV50.76146.75104.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=11.04%
G=37.42%
B=51.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1861840.790.2700.67200.9164.7120
Hex123D544F1B043c94114
Octal227512411733010331110124
Binary1001011110110101001001111110110100001111001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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