#123B59

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

Shades of Regal Blue #123B59

Tints of Regal Blue #123B59

Color information

#123B59 (or 0x123B59) is unknown color: approx Regal Blue. HEX triplet: 12, 3B and 59. RGB value is (18,59,89). Sum of RGB (Red+Green+Blue) = 18+59+89=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #123B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B59 is #EDC4A6. Grayscale: #313131. Windows color (decimal): -15582375 or 5847826. OLE color: 5847826.

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

Color convert

RGB185989-
CMYK0.800.3400.65
HSL205.35º66.36%20.98%-
HSV(B)205.35º79.78%34.9%-
XYZ3.623.9810.03-
YUV50.16149.92105.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=10.84%
G=35.54%
B=53.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1859890.800.3400.65205.3566.3620.98
Hex123B595022041cd4215
Octal227313112042010131510225
Binary10010111011101100110100001000100100000111001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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