#123C61

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

Shades of Regal Blue #123C61

Tints of Regal Blue #123C61

Color information

#123C61 (or 0x123C61) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 61. RGB value is (18,60,97). Sum of RGB (Red+Green+Blue) = 18+60+97=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #123C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C61 is #EDC39E. Grayscale: #333333. Windows color (decimal): -15582111 or 6372370. OLE color: 6372370.

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

Color convert

RGB186097-
CMYK0.810.3800.62
HSL208.1º68.7%22.55%-
HSV(B)208.1º81.44%38.04%-
XYZ4.024.2211.91-
YUV51.66153.59103.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=10.29%
G=34.29%
B=55.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1860970.810.3800.62208.168.722.55
Hex123C61512603Ed04517
Octal22741411214607632010527
Binary1001011110011000011010001100110011111011010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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