#123C53

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

Shades of Regal Blue #123C53

Tints of Regal Blue #123C53

Color information

#123C53 (or 0x123C53) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 53. RGB value is (18,60,83). Sum of RGB (Red+Green+Blue) = 18+60+83=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #123C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C53 is #EDC3AC. Grayscale: #313131. Windows color (decimal): -15582125 or 5454866. OLE color: 5454866.

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

Color convert

RGB186083-
CMYK0.780.2800.67
HSL201.23º64.36%19.8%-
HSV(B)201.23º78.31%32.55%-
XYZ3.433.988.77-
YUV50.06146.59105.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=11.18%
G=37.27%
B=51.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1860830.780.2800.67201.2364.3619.8
Hex123C534E1C043c94014
Octal227412311634010331110024
Binary1001011110010100111001110111000100001111001001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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