#123650

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

Shades of Regal Blue #123650

Tints of Regal Blue #123650

Color information

#123650 (or 0x123650) is unknown color: approx Regal Blue. HEX triplet: 12, 36 and 50. RGB value is (18,54,80). Sum of RGB (Red+Green+Blue) = 18+54+80=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #123650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123650 is #EDC9AF. Grayscale: #2E2E2E. Windows color (decimal): -15583664 or 5256722. OLE color: 5256722.

HSL color Cylindrical-coordinate representation of color #123650: hue angle of 205.16º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123650 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185480-
CMYK0.780.3300.69
HSL205.16º63.27%19.22%-
HSV(B)205.16º77.5%31.37%-
XYZ3.023.358.08-
YUV46.2147.07107.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=11.84%
G=35.53%
B=52.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1854800.780.3300.69205.1663.2719.22
Hex1236504E21045cd3f13
Octal22661201164101053157723
Binary1001011011010100001001110100001010001011100110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123650; }

 p { color: rgb(18,54,80); }

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

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

 a { background-color: rgb(18,54,80); }

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

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

 span { border-color: rgb(18,54,80); }

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