#123B5D

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

Shades of Regal Blue #123B5D

Tints of Regal Blue #123B5D

Color information

#123B5D (or 0x123B5D) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 5D. RGB value is (18,59,93). Sum of RGB (Red+Green+Blue) = 18+59+93=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #123B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B5D is #EDC4A2. Grayscale: #323232. Windows color (decimal): -15582371 or 6109970. OLE color: 6109970.

HSL color Cylindrical-coordinate representation of color #123B5D: hue angle of 207.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123B5D is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185993-
CMYK0.810.3700.64
HSL207.2º67.57%21.76%-
HSV(B)207.2º80.65%36.47%-
XYZ3.794.0510.94-
YUV50.62151.92104.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=10.59%
G=34.71%
B=54.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1859930.810.3700.64207.267.5721.76
Hex123B5D5125040cf4416
Octal227313512145010031710426
Binary10010111011101110110100011001010100000011001111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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