#123756

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

Shades of Regal Blue #123756

Tints of Regal Blue #123756

Color information

#123756 (or 0x123756) is unknown color: approx Regal Blue. HEX triplet: 12, 37 and 56. RGB value is (18,55,86). Sum of RGB (Red+Green+Blue) = 18+55+86=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #123756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123756 is #EDC8A9. Grayscale: #2F2F2F. Windows color (decimal): -15583402 or 5650194. OLE color: 5650194.

HSL color Cylindrical-coordinate representation of color #123756: hue angle of 207.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #123756 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB185586-
CMYK0.790.3600.66
HSL207.35º65.38%20.39%-
HSV(B)207.35º79.07%33.73%-
XYZ3.33.539.31-
YUV47.47149.74106.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=11.32%
G=34.59%
B=54.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1855860.790.3600.66207.3565.3820.39
Hex1237564F24042cf4114
Octal226712611744010231710124
Binary10010110111101011010011111001000100001011001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123756; }

 p { color: rgb(18,55,86); }

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

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

 a { background-color: rgb(18,55,86); }

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

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

 span { border-color: rgb(18,55,86); }

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