#123B53

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

Shades of Regal Blue #123B53

Tints of Regal Blue #123B53

Color information

#123B53 (or 0x123B53) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 53. RGB value is (18,59,83). Sum of RGB (Red+Green+Blue) = 18+59+83=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #123B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B53 is #EDC4AC. Grayscale: #313131. Windows color (decimal): -15582381 or 5454610. OLE color: 5454610.

HSL color Cylindrical-coordinate representation of color #123B53: hue angle of 202.15º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #123B53 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB185983-
CMYK0.780.2900.67
HSL202.15º64.36%19.8%-
HSV(B)202.15º78.31%32.55%-
XYZ3.373.888.75-
YUV49.48146.92105.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=11.25%
G=36.88%
B=51.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1859830.780.2900.67202.1564.3619.8
Hex123B534E1D043ca4014
Octal227312311635010331210024
Binary1001011101110100111001110111010100001111001010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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