#123C5B

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

Shades of Regal Blue #123C5B

Tints of Regal Blue #123C5B

Color information

#123C5B (or 0x123C5B) is unknown color: approx Regal Blue. HEX triplet: 12, 3C and 5B. RGB value is (18,60,91). Sum of RGB (Red+Green+Blue) = 18+60+91=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #123C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C5B is #EDC3A4. Grayscale: #323232. Windows color (decimal): -15582117 or 5979154. OLE color: 5979154.

HSL color Cylindrical-coordinate representation of color #123C5B: hue angle of 205.48º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #123C5B is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB186091-
CMYK0.800.3400.64
HSL205.48º66.97%21.37%-
HSV(B)205.48º80.22%35.69%-
XYZ3.754.1210.49-
YUV50.98150.59104.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=10.65%
G=35.50%
B=53.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1860910.800.3400.64205.4866.9721.37
Hex123C5B5022040cd4315
Octal227413312042010031510325
Binary10010111100101101110100001000100100000011001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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