#123C63

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

Shades of Regal Blue #123C63

Tints of Regal Blue #123C63

Color information

#123C63 (or 0x123C63) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 63. RGB value is (18,60,99). Sum of RGB (Red+Green+Blue) = 18+60+99=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #123C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C63 is #EDC39C. Grayscale: #333333. Windows color (decimal): -15582109 or 6503442. OLE color: 6503442.

HSL color Cylindrical-coordinate representation of color #123C63: hue angle of 208.89º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123C63 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB186099-
CMYK0.820.3900.61
HSL208.89º69.23%22.94%-
HSV(B)208.89º81.82%38.82%-
XYZ4.124.2612.41-
YUV51.89154.59103.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 99 (39.06% from 255) = 55.93%
R=10.17%
G=33.90%
B=55.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1860990.820.3900.61208.8969.2322.94
Hex123C63522703Dd14517
Octal22741431224707532110527
Binary1001011110011000111010010100111011110111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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