#123B54

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

Shades of Regal Blue #123B54

Tints of Regal Blue #123B54

Color information

#123B54 (or 0x123B54) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 54. RGB value is (18,59,84). Sum of RGB (Red+Green+Blue) = 18+59+84=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #123B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B54 is #EDC4AB. Grayscale: #313131. Windows color (decimal): -15582380 or 5520146. OLE color: 5520146.

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

Color convert

RGB185984-
CMYK0.790.3000.67
HSL202.73º64.71%20%-
HSV(B)202.73º78.57%32.94%-
XYZ3.413.98.96-
YUV49.59147.42105.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=11.18%
G=36.65%
B=52.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1859840.790.3000.67202.7364.7120
Hex123B544F1E043cb4114
Octal227312411736010331310124
Binary1001011101110101001001111111100100001111001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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